We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23eec6 commit 08206d2Copy full SHA for 08206d2
1 file changed
core/src/components/UnifiedSearch/UnifiedSearchInput.vue
@@ -98,7 +98,7 @@ const placeholderText = t('core', 'Search apps, files, tags, messages …')
98
-webkit-backdrop-filter: var(--filter-background-blur);
99
backdrop-filter: var(--filter-background-blur);
100
box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
101
- color: var(--color-background-plain-text);
+ color: color-mix(in srgb, var(--color-background-plain-text) 70%, var(--color-background-plain));
102
cursor: pointer;
103
text-align: center;
104
font: inherit;
0 commit comments