Skip to content

Commit

Permalink
chore: change case
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed May 28, 2024
1 parent 56181e0 commit 2879dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Avatar/Avatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$block: '.#{variables.$ns}avatar';

#{$block} {
--_--size: #{$default-size};
--_--size: #{avatar-variables.$default-size};
--_--background-color: var(--g-color-base-misc-light);
--_--border-color: currentColor;
--_--color: var(--g-color-text-misc);
Expand Down

0 comments on commit 2879dab

Please sign in to comment.