Skip to content

Commit

Permalink
fix(Avatar): letters scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Aug 26, 2019
1 parent 0362076 commit e4cc594
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/Avatar/Avatar.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,22 @@ const [AvatarTag, themeAvatar] = createThemeTag(name, ({ COLORS }: *) => ({
sm: {
width: '32px',
height: '32px',
fontSize: '16px',
},
md: {
width: '48px',
height: '48px',
fontSize: '20px',
},
lg: {
width: '80px',
height: '80px',
fontSize: '24px',
},
xl: {
width: '100px',
height: '100px',
fontSize: '32px',
},
stretch: {
width: '100%',
Expand Down

0 comments on commit e4cc594

Please sign in to comment.