Skip to content

Commit e5f4e2f

Browse files
Fix broken Avatar CSS variable
1 parent b4bb5bc commit e5f4e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Avatar/styling/Avatar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
position: absolute;
4949
width: calc(100% + 4px);
5050
height: calc(100% + 4px);
51-
border: 2px solid var(--border-core-inverted);
51+
border: 2px solid var(--border-core-inverse);
5252
border-radius: inherit;
5353
}
5454

0 commit comments

Comments
 (0)