Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Mar 4, 2024
1 parent ad2a882 commit 0270a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/styles/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const SelectTheme = (theme: Theme) => ({
...theme,
colors: {
...theme.colors,
primary25: 'rgba(48, 164, 108, 0.5)',
primary: 'rgba(48, 164, 108, 0.5)',
primary25: 'rgba(48, 164, 108, 0.3)',
primary: 'rgba(48, 164, 108, 0.3)',
},
});

Expand Down

0 comments on commit 0270a71

Please sign in to comment.