Fix buttons going off the pay dialog

This commit is contained in:
jahooma 2022-01-13 21:15:44 -06:00
parent aa77effcb6
commit 3e08349df6

View File

@ -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)}>