fix(filters): always show filter values in a readable color

This commit is contained in:
kolaente 2024-04-06 11:51:19 +02:00
parent 20e2314128
commit bf85cb0505
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 0 deletions

View File

@ -317,6 +317,11 @@ const blurDebounced = useDebounceFn(() => emit('blur'), 500)
<style lang="scss">
.filter-input-highlight {
&, button.filter-query__date_value {
color: var(--card-color);
}
span {
&.filter-query__field {
color: var(--code-literal);