Use normal spectrum color for screen search placeholder
This commit is contained in:
parent
919158cf78
commit
909941aa6e
|
@ -176,6 +176,9 @@
|
|||
.input:focus {
|
||||
outline: none;
|
||||
}
|
||||
.input::placeholder {
|
||||
color: var(--spectrum-global-color-gray-600);
|
||||
}
|
||||
|
||||
.screenSearch input {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue