Skip to content

Commit

Permalink
fixed gray bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-tam33 committed Nov 11, 2024
1 parent c885133 commit 2ba768e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions components/FilterBar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const FilterBackgroundStyles = styled.div<{ isActive: boolean }>`

export const FilterButtonStyles = styled.button`
${FilterHeadingUnused}
position: relative;
background: #fff;
border: none;
border-radius: 6.25rem;
Expand Down
1 change: 0 additions & 1 deletion components/TechnologyDropdown.tsx/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { CoinbaseMono, CoinbaseSans, CoinbaseText } from '@/styles/fonts';
export const FilterDropdownStyles = styled.div`
position: relative;
background: #fff;
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
width: 13rem;
border-radius: 0.5rem;
padding-bottom: 0.5rem;
Expand Down

0 comments on commit 2ba768e

Please sign in to comment.