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 1, 2024
1 parent c90d8e0 commit 62895d6
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 62895d6

Please sign in to comment.