From fb6b954222f06be5c8ea0ad03a17a5554a8c903f Mon Sep 17 00:00:00 2001 From: Jaayden Halko Date: Mon, 26 Aug 2024 12:22:32 -0400 Subject: [PATCH] chore: update secondary and disabled text colors (#14355) --- site/src/theme/dark/mui.ts | 4 ++-- site/src/theme/darkBlue/mui.ts | 4 ++-- site/src/theme/light/mui.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/src/theme/dark/mui.ts b/site/src/theme/dark/mui.ts index d9e5ba7ea4..e0902d8571 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 612d97d019..42a002c53d 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 5782d3da4f..179297c132 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: {