浏览代码

fix: align text color in dark mode for config var type selector (#25121)

tags/2.0.0-beta.1
fenglin 1 个月前
父节点
当前提交
c22b325c31
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/app/configuration/config-var/config-modal/type-select.tsx

+ 1
- 1
web/app/components/app/configuration/config-var/config-modal/type-select.tsx 查看文件

@@ -54,7 +54,7 @@ const TypeSelector: FC<Props> = ({
<InputVarTypeIcon type={selectedItem?.value as InputVarType} className='size-4 shrink-0 text-text-secondary' />
<span
className={`
ml-1.5 ${!selectedItem?.name && 'text-components-input-text-placeholder'}
ml-1.5 text-components-input-text-filled ${!selectedItem?.name && 'text-components-input-text-placeholder'}
`}
>
{selectedItem?.name}

正在加载...
取消
保存