Skip to content

Commit 43411d2

Browse files
fix(site): fix pending color on dark blue theme (#11212)
1 parent 133dc66 commit 43411d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/theme/darkBlue/experimental.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default {
8787
info: {
8888
background: colors.blue[950],
8989
outline: colors.blue[400],
90-
fill: "#f00",
90+
fill: colors.blue[500],
9191
text: colors.blue[50],
9292
},
9393
success: {

0 commit comments

Comments
 (0)