mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
chore: adjust placeholder color for dark theme (#3799)
This commit is contained in:
parent
ce83042317
commit
71c6beb882
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class DefaultColorScheme extends FlowyColorScheme {
|
|||
icon: _darkShader5,
|
||||
text: _darkShader5,
|
||||
input: _darkInput,
|
||||
hint: _darkShader5,
|
||||
hint: const Color(0xff59647a),
|
||||
primary: _darkMain1,
|
||||
onPrimary: _darkShader1,
|
||||
hoverBG1: _darkMain1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue