mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-13 12:33:26 +02:00
fix(send): remove input group artifacts on selected jar fields (#1328)
This commit is contained in:
parent
6a34868e2b
commit
17c6a0d049
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue