Skip to content

Commit

Permalink
fix theme color oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zyllian committed Jun 22, 2024
1 parent e070fc6 commit 5a1b3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl EmbedMetadata {
}

pub fn default_theme_color() -> String {
"ffc4fc".to_string()
"#ffc4fc".to_string()
}
}

Expand Down

0 comments on commit 5a1b3a8

Please sign in to comment.