Skip to content

Commit

Permalink
more contrast for avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 3, 2021
1 parent 6d90186 commit 6aa31e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/avatar/avatar.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default css`
position: relative;
width: var(--size);
height: var(--size);
background-color: var(--sl-color-gray-300);
background-color: var(--sl-color-gray-400);
font-family: var(--sl-font-sans);
font-size: calc(var(--size) * 0.5);
font-weight: var(--sl-font-weight-normal);
Expand Down

0 comments on commit 6aa31e6

Please sign in to comment.