소스 검색

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

tags/2.0.0-beta.1
fenglin 1 개월 전
부모
커밋
c22b325c31
No account linked to committer's email address
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 파일 보기

<InputVarTypeIcon type={selectedItem?.value as InputVarType} className='size-4 shrink-0 text-text-secondary' /> <InputVarTypeIcon type={selectedItem?.value as InputVarType} className='size-4 shrink-0 text-text-secondary' />
<span <span
className={` 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} {selectedItem?.name}

Loading…
취소
저장