mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
set default theme: light
This commit is contained in:
parent
3a1136a8fb
commit
0159414cac
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ pub struct AppearanceSettings {
|
|||
pub language: String,
|
||||
}
|
||||
|
||||
pub const APPEARANCE_DEFAULT_THEME: &str = "dark";
|
||||
pub const APPEARANCE_DEFAULT_THEME: &str = "light";
|
||||
pub const APPEARANCE_DEFAULT_LANGUAGE: &str = "en";
|
||||
|
||||
impl std::default::Default for AppearanceSettings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue