fix(site): fix pending color on dark blue theme (#11212)

This commit is contained in:
Bruno Quaresma 2023-12-14 15:08:53 -03:00 committed by GitHub
parent 133dc66143
commit 43411d20ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ export default {
info: {
background: colors.blue[950],
outline: colors.blue[400],
fill: "#f00",
fill: colors.blue[500],
text: colors.blue[50],
},
success: {