mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
set default theme: light
This commit is contained in:
parent
3a1136a8fb
commit
0159414cac
@ -19,7 +19,7 @@ pub struct AppearanceSettings {
|
|||||||
pub language: String,
|
pub language: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const APPEARANCE_DEFAULT_THEME: &str = "dark";
|
pub const APPEARANCE_DEFAULT_THEME: &str = "light";
|
||||||
pub const APPEARANCE_DEFAULT_LANGUAGE: &str = "en";
|
pub const APPEARANCE_DEFAULT_LANGUAGE: &str = "en";
|
||||||
|
|
||||||
impl std::default::Default for AppearanceSettings {
|
impl std::default::Default for AppearanceSettings {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user