diff --git a/ui/app/styles/select.tsx b/ui/app/styles/select.tsx index 3fcd3b1f25..47acabea39 100644 --- a/ui/app/styles/select.tsx +++ b/ui/app/styles/select.tsx @@ -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)', }, });