Skip to content

Commit 717da32

Browse files
committed
fix darkBlue
1 parent 2ffbfca commit 717da32

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

site/src/theme/darkBlue/roles.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ export default {
6363
},
6464
},
6565
info: {
66-
background: colors.zinc[950],
67-
outline: colors.zinc[400],
68-
text: colors.zinc[50],
66+
background: colors.gray[950],
67+
outline: colors.gray[400],
68+
text: colors.gray[50],
6969
fill: {
70-
solid: colors.zinc[500],
71-
outline: colors.zinc[600],
70+
solid: colors.gray[500],
71+
outline: colors.gray[600],
7272
text: colors.white,
7373
},
7474
},
@@ -133,12 +133,12 @@ export default {
133133
},
134134
},
135135
inactive: {
136-
background: colors.zinc[950],
137-
outline: colors.zinc[500],
138-
text: colors.zinc[50],
136+
background: colors.gray[950],
137+
outline: colors.gray[500],
138+
text: colors.gray[50],
139139
fill: {
140-
solid: colors.zinc[400],
141-
outline: colors.zinc[400],
140+
solid: colors.gray[400],
141+
outline: colors.gray[400],
142142
text: colors.white,
143143
},
144144
},

0 commit comments

Comments
 (0)