Fix text colour for inline searching in grid block

This commit is contained in:
Andrew Kingston 2023-10-12 14:37:13 +01:00
parent b399f00837
commit c906efb972
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@
outline: none;
border: 1px solid transparent;
background: transparent;
color: var(--ink);
color: var(--spectrum-global-color-gray-800);
position: absolute;
top: 0;
left: 0;