mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: adjust placeholder color for dark theme (#3799)
This commit is contained in:
parent
ce83042317
commit
71c6beb882
@ -111,7 +111,7 @@ class DefaultColorScheme extends FlowyColorScheme {
|
|||||||
icon: _darkShader5,
|
icon: _darkShader5,
|
||||||
text: _darkShader5,
|
text: _darkShader5,
|
||||||
input: _darkInput,
|
input: _darkInput,
|
||||||
hint: _darkShader5,
|
hint: const Color(0xff59647a),
|
||||||
primary: _darkMain1,
|
primary: _darkMain1,
|
||||||
onPrimary: _darkShader1,
|
onPrimary: _darkShader1,
|
||||||
hoverBG1: _darkMain1,
|
hoverBG1: _darkMain1,
|
||||||
|
Loading…
Reference in New Issue
Block a user