Parcourir la source

Fix maskedtextinput toggle

Ensure toggle button is on top.
master
TheoryOfNekomata il y a 11 mois
Parent
révision
f81307ccb6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      categories/freeform/react/src/components/MaskedTextInput/index.tsx

+ 1
- 1
categories/freeform/react/src/components/MaskedTextInput/index.tsx Voir le fichier

@@ -189,7 +189,7 @@ export const MaskedTextInput = React.forwardRef<
type="button" type="button"
data-testid="indicator" data-testid="indicator"
className={clsx( className={clsx(
'text-center flex items-center justify-center aspect-square absolute bottom-0 right-0 select-none text-primary group-focus-within:text-secondary',
'text-center z-[1] flex items-center justify-center aspect-square absolute bottom-0 right-0 select-none text-primary group-focus-within:text-secondary',
{ {
'w-10': size === 'small', 'w-10': size === 'small',
'w-12': size === 'medium', 'w-12': size === 'medium',


Chargement…
Annuler
Enregistrer