1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

Use normal spectrum color for screen search placeholder

This commit is contained in:
Andrew Kingston 2023-08-22 16:17:05 +01:00
parent 919158cf78
commit 909941aa6e

View file

@ -176,6 +176,9 @@
.input:focus {
outline: none;
}
.input::placeholder {
color: var(--spectrum-global-color-gray-600);
}
.screenSearch input {
display: block;