feat: Fix label color

This commit is contained in:
ThatOneCalculator 2022-03-23 09:54:14 -07:00
parent 50581c022b
commit f77fdbf850
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ pub async fn get_version_badge(state: web::Data<AppState>) -> impl Responder {
.label("version")
.message(&version)
.color_parse("#31748f")
.label_color_parse("#191724")
.style(Style::FlatSquare)
.build()
.expect("Failed to build badge")