mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
update theme color
This commit is contained in:
parent
5f145757df
commit
e070fc6935
3 changed files with 4 additions and 4 deletions
|
@ -125,8 +125,8 @@ impl EmbedMetadata {
|
|||
s
|
||||
}
|
||||
|
||||
fn default_theme_color() -> String {
|
||||
"rgb(255, 196, 252)".to_string()
|
||||
pub fn default_theme_color() -> String {
|
||||
"ffc4fc".to_string()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue