style: Total pastes label is rose

This commit is contained in:
ThatOneCalculator 2022-03-23 10:10:16 -07:00
parent fd84b62cbd
commit 6235dfa6ab
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ pub async fn get_total_pastes_badge(state: web::Data<AppState>) -> impl Responde
let badge = BadgeBuilder::new()
.label("total pastes")
.message(&count.unwrap().to_string())
.color_parse("#31748f")
.color_parse("#ebbcba")
.label_color_parse("#191724")
.style(Style::FlatSquare)
.build()