Fix buttons going off the pay dialog
This commit is contained in:
parent
aa77effcb6
commit
3e08349df6
|
@ -90,7 +90,7 @@ export function FundsSelector(props: {
|
|||
btnClassName?: string
|
||||
}) {
|
||||
const { selected, onSelect, className } = props
|
||||
const btnClassName = clsx('px-2 whitespace-nowrap', props.btnClassName)
|
||||
const btnClassName = clsx('!px-2 whitespace-nowrap', props.btnClassName)
|
||||
|
||||
return (
|
||||
<Row className={clsx('space-x-3', className)}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user