mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 03:32:21 -08:00
fix theme color oops
This commit is contained in:
parent
e070fc6935
commit
5a1b3a81b1
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ impl EmbedMetadata {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn default_theme_color() -> String {
|
pub fn default_theme_color() -> String {
|
||||||
"ffc4fc".to_string()
|
"#ffc4fc".to_string()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue