Skip to content

Commit

Permalink
πŸ’„ Change fallback background color
Browse files Browse the repository at this point in the history
  • Loading branch information
harastaivan committed Nov 13, 2022
1 parent d7e61d7 commit eaca07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ui/components/Avatar/Avatar.rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const fallback: TRuleWithTheme = ({ theme: { colors } }) => ({
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
backgroundColor: colors.primary,
backgroundColor: colors.bgPrimary,
color: colors.bgPrimary,
fontSize: 30,
lineHeight: 1,
Expand Down

0 comments on commit eaca07a

Please sign in to comment.