Skip to content

Commit

Permalink
Update select menu popover styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bombies committed Nov 1, 2023
1 parent 210c600 commit 5371594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(site)/components/inputs/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Select<T>({
...popoverProps,
classNames: {
base: [
"bg-[#9E23FF1A]/10 border-1 border-[#3E0070] backdrop-blur-md"
"bg-secondary/90 border-1 border-[#3E0070] backdrop-blur-md"
],
...popoverProps?.classNames
}
Expand Down

0 comments on commit 5371594

Please sign in to comment.