fix theme color oops

This commit is contained in:
zyl 2024-06-21 17:27:27 -07:00
parent 333fb003d0
commit f64158d577
No known key found for this signature in database

View file

@ -126,7 +126,7 @@ impl EmbedMetadata {
}
pub fn default_theme_color() -> String {
"ffc4fc".to_string()
"#ffc4fc".to_string()
}
}