Skip to content

Commit

Permalink
create styles for SubscriptAvatar
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf committed Feb 23, 2022
1 parent 7195cd2 commit 3817498
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,13 @@ const styles = {
borderRadius: 24,
},

singleSubscript: {
height: 20,
width: 20,
backgroundColor: themeColors.icon,
borderRadius: 20,
},

singleAvatarSmall: {
height: 18,
width: 18,
Expand Down Expand Up @@ -1524,6 +1531,15 @@ const styles = {
borderColor: 'transparent',
},

secondAvatarSubscript: {
position: 'absolute',
right: -3,
bottom: -3,
borderWidth: 3,
borderRadius: 18,
borderColor: 'transparent',
},

secondAvatarInline: {
bottom: -3,
right: -25,
Expand Down

0 comments on commit 3817498

Please sign in to comment.