浏览代码

Fix maskedtextinput toggle

Ensure toggle button is on top.
master
TheoryOfNekomata 11 个月前
父节点
当前提交
f81307ccb6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      categories/freeform/react/src/components/MaskedTextInput/index.tsx

+ 1
- 1
categories/freeform/react/src/components/MaskedTextInput/index.tsx 查看文件

@@ -189,7 +189,7 @@ export const MaskedTextInput = React.forwardRef<
type="button"
data-testid="indicator"
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-12': size === 'medium',


正在加载...
取消
保存