Skip to content

Commit

Permalink
update overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous committed Jan 20, 2023
1 parent 868fff6 commit bb3a7d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2023,11 +2023,13 @@ const styles = {
left: 0,
backgroundColor: themeColors.overlay,
opacity: variables.overlayOpacity,
borderRadius: 88,
},

avatarInnerTextChat: {
color: themeColors.textLight,
fontSize: variables.fontSizeNormal,
fontSize: variables.fontSizeXLarge,
fontFamily: fontFamily.EXP_NEW_KANSAS_MEDIUM,
textAlign: 'center',
fontWeight: 'normal',
position: 'absolute',
Expand Down

0 comments on commit bb3a7d1

Please sign in to comment.