소스 검색
fix: align text color in dark mode for config var type selector (#25121)
tags/2.0.0-beta.1
fenglin
1 개월 전
No account linked to committer's email address
|
|
|
|
|
|
|
|
<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} |