Skip to content

Commit

Permalink
Looks like they have a “standard” blue.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Oct 1, 2024
1 parent 76a8cb2 commit 2b21589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/App/Core/Extensions/Badge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct Badge: Content, Equatable {
label: label,
message: message,
isError: !success,
color: success ? "356fce" : "inactive",
color: success ? "blue" : "inactive",
cacheSeconds: cacheSeconds,
logoSvg: Self.loadSVGLogo())
}
Expand Down

0 comments on commit 2b21589

Please sign in to comment.