chore: fix mobile modal actions
This commit is contained in:
@@ -14,7 +14,7 @@ const MobileModalAction = forwardRef(
|
|||||||
<button
|
<button
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'flex whitespace-nowrap py-1 px-1 text-base font-semibold focus:shadow-none focus:outline-none active:shadow-none active:outline-none disabled:text-neutral md:hidden',
|
'flex select-none whitespace-nowrap py-1 px-1 text-base font-semibold focus:shadow-none focus:outline-none active:shadow-none active:outline-none active:brightness-50 disabled:text-neutral md:hidden',
|
||||||
slot === 'left' ? 'justify-start text-left' : 'justify-end text-right',
|
slot === 'left' ? 'justify-start text-left' : 'justify-end text-right',
|
||||||
type === 'cancel' || type === 'destructive' ? 'text-danger' : 'text-info',
|
type === 'cancel' || type === 'destructive' ? 'text-danger' : 'text-info',
|
||||||
className,
|
className,
|
||||||
|
|||||||
Reference in New Issue
Block a user