Skip to content

Commit

Permalink
Minor visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
musidlo committed Dec 20, 2024
1 parent e61c6fc commit 32d33d4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/app/components/FormFields/CoinField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ export const CoinField = ({
scaleIcon={1.5}
padding={0}
bc={'transparent'}
focusStyle={{
bc: 'transparent',
}}
iconAfter={
isOpen ? (
<ChevronUp color={'$primary'} $theme-light={{ color: '$color12' }} />
Expand Down Expand Up @@ -141,7 +144,13 @@ export const CoinField = ({
x: 0,
}}
>
<XStack als="flex-start" w={320} boc={'transparent'} f={1}>
<XStack
als="flex-start"
w={320}
$sm={{ w: isWeb ? 320 : '100%' }}
boc={'transparent'}
f={1}
>
<Select.Group disabled={disabled} space="$0">
{/* <Select.Label>{label}</Select.Label> */}
{coins.map((coin, i) => {
Expand Down

0 comments on commit 32d33d4

Please sign in to comment.