Skip to content

Commit

Permalink
Fixed input placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarEarth37 committed Dec 15, 2023
1 parent b2902e1 commit 126fd77
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/GlobalCssProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
],
"--engine-ui-input-text-placeholder-color": [
"display-p3",
0.8,
0.8,
0.8
0.5,
0.5,
0.5
],
"--engine-ui-scrollbar-thumb-background-color": [
"display-p3",
Expand Down Expand Up @@ -262,9 +262,9 @@
],
"--engine-ui-input-text-placeholder-color": [
"display-p3",
0.7333,
0.7333,
0.7333
0.5,
0.5,
0.5
],
"--engine-ui-scrollbar-thumb-background-color": [
"display-p3",
Expand Down

0 comments on commit 126fd77

Please sign in to comment.