Skip to content

Commit

Permalink
refactor: update chain-switch styles (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Mar 28, 2024
1 parent 83757f4 commit d789ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/chain-switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function ChainSwitch() {
return (
<>
<button
className="flex w-fit items-center justify-between gap-2 rounded-[0.625rem] bg-white/20 px-medium py-2 transition-colors hover:bg-white/[0.25] lg:py-small"
className="flex w-fit items-center justify-between gap-small rounded-[0.625rem] bg-white/20 px-medium py-2 transition-colors hover:bg-white/[0.25] lg:py-small"
ref={refs.setReference}
{...getReferenceProps()}
>
Expand Down Expand Up @@ -66,7 +66,7 @@ export default function ChainSwitch() {
<div style={floatingStyles} ref={refs.setFloating} {...getFloatingProps()} className="z-20">
<div
style={styles}
className="app-scrollbar flex max-h-[18rem] flex-col overflow-y-auto rounded-xl bg-inner py-small"
className="app-scrollbar flex max-h-[18rem] flex-col overflow-y-auto rounded-xl bg-inner py-2"
onClick={() => setIsOpen(false)}
>
{chainOptions.map((option) => (
Expand Down

0 comments on commit d789ca5

Please sign in to comment.