File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ export type StackedIconProps = {
1616export 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
You can’t perform that action at this time.
0 commit comments