chore: adjust input style (#9217)

This commit is contained in:
JimmFly
2024-12-20 04:18:34 +00:00
parent 978c4c69b7
commit 2988dc284e
4 changed files with 15 additions and 11 deletions
@@ -45,7 +45,7 @@ export const tagsEditorSelectedTags = style({
gap: '4px',
flexWrap: 'wrap',
padding: '10px 12px',
backgroundColor: cssVar('hoverColor'),
backgroundColor: cssVarV2('input/background'),
minHeight: 42,
selectors: {
[`${tagsEditorRootMobile} &`]: {
@@ -66,7 +66,7 @@ export const searchInput = style({
color: 'inherit',
backgroundColor: 'transparent',
'::placeholder': {
color: cssVar('placeholderColor'),
color: cssVarV2('text/placeholder'),
},
});