Skip to content

Commit

Permalink
fix camera border color on Profile Page
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Dec 6, 2023
1 parent a8430ec commit a322c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2817,7 +2817,7 @@ const styles = (theme: ThemeColors) =>
smallEditIcon: {
alignItems: 'center',
backgroundColor: theme.buttonHoveredBG,
borderColor: theme.textReversed,
borderColor: theme.appBG,
borderRadius: 14,
borderWidth: 3,
color: theme.textReversed,
Expand Down

0 comments on commit a322c2e

Please sign in to comment.