Skip to content

Commit

Permalink
Fix dropdown button line color
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Nov 17, 2022
1 parent 1792930 commit 00bf1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ const styles = {

buttonDropdown: {
borderLeftWidth: 1,
borderColor: themeColors.text,
borderColor: themeColors.textLight,
},

noRightBorderRadius: {
Expand Down

0 comments on commit 00bf1b9

Please sign in to comment.