chore: adjust placeholder color for dark theme (#3799)

This commit is contained in:
Richard Shiue 2023-10-26 22:39:43 +08:00 committed by GitHub
parent ce83042317
commit 71c6beb882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,