Skip to content

Commit 543aea2

Browse files
committed
refactor: use a slight dimmer color for search input as fff felt too bright
1 parent 200f411 commit 543aea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@ function RemoteFunctions(config = {}) {
23312331
border-radius: 4px !important;
23322332
border: none !important;
23332333
background-color: #1e1e1e !important;
2334-
color: #fff !important;
2334+
color: #e0e0e0 !important;
23352335
}
23362336
23372337
.search-wrapper .search-icon {
@@ -2346,7 +2346,7 @@ function RemoteFunctions(config = {}) {
23462346
}
23472347
23482348
.search-wrapper .search-icon:hover {
2349-
color: #fff !important;
2349+
color: #e0e0e0 !important;
23502350
}
23512351
23522352
.search-wrapper input:focus {

0 commit comments

Comments
 (0)