Skip to content

Commit

Permalink
fix: input toggle button size increase
Browse files Browse the repository at this point in the history
  • Loading branch information
sajald77 committed Aug 15, 2023
1 parent 5cf5f6e commit 2031078
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/molecules/DonationInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,16 @@ export const DonationInput = ({
color="neutral.1000"
placeholder="0"
/>
<InputRightElement pt={1} pr={'10px'} height={14} w="100px">
<InputRightElement
pt={1}
pr={'10px'}
height={14}
w="fit-content"
minWidth="100px"
maxWidth="150px"
>
<Button
w="100%"
className={classes.switchButtton}
onClick={onToggle}
variant="ghost"
Expand Down

0 comments on commit 2031078

Please sign in to comment.