Skip to content

Commit

Permalink
Enhance instant tradebox curtain
Browse files Browse the repository at this point in the history
  • Loading branch information
midas-myth committed Dec 13, 2024
1 parent c91d7c2 commit 681553d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Synthetics/TradeBox/Curtain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function Curtain({
shadow-[0px_-24px_48px_-8px_rgba(0,0,0,0.35)] will-change-transform"
style={curtainStyle}
>
<div className="flex items-stretch justify-between gap-8 px-15 pb-8 pt-8">
<div className="flex items-stretch justify-between gap-4 px-15 pb-8 pt-8">
<div className="grow" onClick={headerClick}>
{header}
</div>
Expand Down

0 comments on commit 681553d

Please sign in to comment.