fix(send): remove input group artifacts on selected jar fields (#1328)
Some checks are pending
Build / build (v26.3.0) (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
Deploy Storybook / deploy (push) Waiting to run

This commit is contained in:
Parth 2026-07-08 23:54:44 +05:30 committed by GitHub
parent 6a34868e2b
commit 17c6a0d049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ type AddressFromJarSelectorDialog = Omit<ComponentProps<typeof JarSelectorDialog
}
const responsiveSelectionButtonGroupClass =
'w-full flex-col gap-2 sm:flex-row sm:items-stretch [&>*]:rounded-md [&>*]:border sm:[&>*:not(:first-child)]:rounded-l-none sm:[&>*:not(:first-child)]:border-l-0 sm:[&>*:not(:last-child)]:rounded-r-none'
'w-full flex-col gap-2 sm:flex-row sm:items-stretch sm:gap-0 [&>*:not(:first-child)]:rounded-l-lg [&>*:not(:first-child)]:border-l [&>*:not(:last-child)]:rounded-r-lg sm:[&>*:not(:first-child)]:rounded-l-none sm:[&>*:not(:first-child)]:border-l-0 sm:[&>*:not(:last-child)]:rounded-r-none'
const AddressFromJarSelectorDialog = ({
walletFileName,