Skip to content

Commit d19f3d5

Browse files
committed
fix(color): bump muted2 to contrast of ~4.5
1 parent 0c20ad2 commit d19f3d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devtools-a11y/src/core/styles

packages/devtools-a11y/src/core/styles/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function createA11yPanelStyles(theme: 'light' | 'dark') {
5656
const fg = t('#1e293b', '#e2e8f0')
5757
const border = t('#e2e8f0', '#292e3d')
5858
const muted = t('#64748b', '#94a3b8')
59-
const muted2 = t('#94a3b8', '#64748b')
59+
const muted2 = t('#727c8b', '#818386')
6060

6161
return {
6262
colors: { bg, fg, border, muted, muted2, theme },

0 commit comments

Comments
 (0)