Skip to content

Commit

Permalink
case InputAmount component
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Jun 18, 2024
1 parent 3cc9360 commit 02717d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const InputAmount = (props: InputAmountProps) => {
}

return (
<div className="w-full">
<div className="flex flex-col w-full gap-4">
<div className="flex justify-between default-input border-0 pl-2 pr-10 mt-2 mb-1">
<div className="flex flex-col items-left gap-2 mt-4">
<div className="w-full">
Expand Down

0 comments on commit 02717d5

Please sign in to comment.