From 599f302be5a55ff9faef1979c9fceedfd3926cf3 Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Fri, 24 Nov 2023 21:19:45 -0800 Subject: [PATCH] chore: remove neutral color from theme Otherwise, the dark mode was having trouble with the simplest pallete definition --- src/mui/components/dialog/Dialog.tsx | 3 +-- src/theme/mui.d.ts | 25 ------------------------- src/theme/palette/index.ts | 3 --- src/theme/theme.ts | 2 +- 4 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 src/theme/mui.d.ts diff --git a/src/mui/components/dialog/Dialog.tsx b/src/mui/components/dialog/Dialog.tsx index 43ca47e7..1a70d891 100644 --- a/src/mui/components/dialog/Dialog.tsx +++ b/src/mui/components/dialog/Dialog.tsx @@ -90,7 +90,7 @@ function DialogModal({ )} {onClose && ( - + )} @@ -109,7 +109,6 @@ function DialogModal({