Skip to content

Commit

Permalink
Add background color for avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnborton committed Jan 26, 2021
1 parent 2c60976 commit 0afe666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -780,12 +780,14 @@ const styles = {
singleAvatar: {
height: 24,
width: 24,
backgroundColor: themeColors.icon,
borderRadius: 24,
},

avatarNormal: {
height: variables.componentSizeNormal,
width: variables.componentSizeNormal,
backgroundColor: themeColors.icon,
borderRadius: variables.componentSizeNormal,
},

Expand Down

0 comments on commit 0afe666

Please sign in to comment.