diff --git a/src/resource.rs b/src/resource.rs index 9379d1f..f16bde4 100644 --- a/src/resource.rs +++ b/src/resource.rs @@ -126,7 +126,7 @@ impl EmbedMetadata { } pub fn default_theme_color() -> String { - "ffc4fc".to_string() + "#ffc4fc".to_string() } }