Skip to content

Commit

Permalink
Change border
Browse files Browse the repository at this point in the history
  • Loading branch information
narefyev91 committed Feb 27, 2024
1 parent 63e2cf4 commit 38e88bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3068,7 +3068,7 @@ const styles = (theme: ThemeColors) =>
smallEditIcon: {
alignItems: 'center',
backgroundColor: theme.buttonDefaultBG,
borderColor: theme.buttonDefaultBG,
borderColor: theme.cardBG,
borderRadius: 20,
borderWidth: 3,
color: theme.textReversed,
Expand Down

0 comments on commit 38e88bb

Please sign in to comment.