mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07: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 {
|
||||
"ffc4fc".to_string()
|
||||
"#ffc4fc".to_string()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue