Skip to content

Commit 40de906

Browse files
committed
design feedback
1 parent 25f0169 commit 40de906

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/spot/SpotTradeForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const Inner = ({
285285
{
286286
label: 'SOL',
287287
value: SpotBuyType.SOL,
288-
slotBefore: <StackedIcon primaryIcon={IconName.Sol} secondaryIcon={IconName.Usdc} />,
288+
slotBefore: <StackedIcon primaryIcon={IconName.Sol} secondaryIcon={IconName.Sol} />,
289289
},
290290
]}
291291
/>

src/pages/spot/StackedIcon.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ export type StackedIconProps = {
1616
export const StackedIcon = ({
1717
primaryIcon,
1818
secondaryIcon,
19-
primarySize = '1rem',
19+
primarySize = '1.25rem',
2020
secondarySize = '0.625rem',
2121
secondaryPosition = 'bottom-right',
22-
secondaryOffset = 25,
22+
secondaryOffset = 15,
2323
}: StackedIconProps) => {
2424
return (
2525
<div tw="relative flex">
@@ -41,7 +41,7 @@ const $SecondaryIcon = styled(Icon)<{
4141
--offset: ${({ $offset }) => $offset}%;
4242
4343
position: absolute;
44-
outline: 1px solid var(--color-layer-3);
44+
outline: 1.5px solid var(--color-layer-4);
4545
border-radius: 9999px;
4646
overflow: hidden;
4747

0 commit comments

Comments
 (0)