diff --git a/site/src/theme/dark/mui.ts b/site/src/theme/dark/mui.ts index d9e5ba7ea4b5d..e0902d857125f 100644 --- a/site/src/theme/dark/mui.ts +++ b/site/src/theme/dark/mui.ts @@ -24,8 +24,8 @@ const muiTheme = createTheme({ }, text: { primary: tw.zinc[50], - secondary: tw.zinc[300], - disabled: tw.zinc[400], + secondary: tw.zinc[400], + disabled: tw.zinc[500], }, divider: tw.zinc[700], warning: { diff --git a/site/src/theme/darkBlue/mui.ts b/site/src/theme/darkBlue/mui.ts index 612d97d019a4c..42a002c53d1c6 100644 --- a/site/src/theme/darkBlue/mui.ts +++ b/site/src/theme/darkBlue/mui.ts @@ -24,8 +24,8 @@ const muiTheme = createTheme({ }, text: { primary: tw.gray[50], - secondary: tw.gray[300], - disabled: tw.gray[400], + secondary: tw.gray[400], + disabled: tw.gray[500], }, divider: tw.gray[700], warning: { diff --git a/site/src/theme/light/mui.ts b/site/src/theme/light/mui.ts index 68ffe72ddae45..ddfa7567459ca 100644 --- a/site/src/theme/light/mui.ts +++ b/site/src/theme/light/mui.ts @@ -27,8 +27,8 @@ const muiTheme = createTheme({ }, text: { primary: tw.zinc[950], - secondary: tw.zinc[700], - disabled: tw.zinc[600], + secondary: tw.zinc[600], + disabled: tw.zinc[500], }, divider: tw.zinc[200], warning: {