Skip to content

Commit 7957968

Browse files
committed
use white instead of white-static
1 parent c8fb945 commit 7957968

File tree

1 file changed

+1
-1
lines changed
  • packages/stacks-classic/lib/components/avatar

1 file changed

+1
-1
lines changed

packages/stacks-classic/lib/components/avatar/avatar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.s-avatar {
22
--_av-size: var(--su16);
3-
--_av-bg: var(--_white-static); // Force a white background color for when we have transparent avatars
3+
--_av-bg: var(--white); // Use a solid background color to prevent transparent avatars from blending with the background
44
--_av-fs-letter: calc(var(--su12) - var(--su1));
55
--_av-scale-badge: 1;
66

0 commit comments

Comments
 (0)