Skip to content

Commit

Permalink
Remove CN and hardcoded background color
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Feb 3, 2025
1 parent e18f007 commit ba0620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token/components/TokenSelectDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function TokenSelectDropdown({
'ock-scrollbar',
)}
>
<div className={cn('overflow-y-auto bg-[#ffffff]')}>
<div className="overflow-y-auto">
{options.map((token) => (
<TokenRow
className={cn(background.inverse, 'px-4 py-2')}
Expand Down

0 comments on commit ba0620b

Please sign in to comment.