From 6cc9cdaa9e19083aa14f1896a65dd91d8aa73f8b Mon Sep 17 00:00:00 2001 From: Radiquum Date: Fri, 4 Apr 2025 03:44:12 +0500 Subject: [PATCH] fix: color issues --- .../Profile/Profile.WatchDynamic.tsx | 1 + .../SettingsModal/SettingsModal.tsx | 40 +------------------ 2 files changed, 3 insertions(+), 38 deletions(-) diff --git a/app/components/Profile/Profile.WatchDynamic.tsx b/app/components/Profile/Profile.WatchDynamic.tsx index 1abd8e4..4dcdf40 100644 --- a/app/components/Profile/Profile.WatchDynamic.tsx +++ b/app/components/Profile/Profile.WatchDynamic.tsx @@ -28,6 +28,7 @@ export const ProfileWatchDynamic = (props: { watchDynamic: Array }) => { }, tooltip: { enabled: true, + theme:"dark", x: { show: false, }, diff --git a/app/components/SettingsModal/SettingsModal.tsx b/app/components/SettingsModal/SettingsModal.tsx index 8254957..6bf5db8 100644 --- a/app/components/SettingsModal/SettingsModal.tsx +++ b/app/components/SettingsModal/SettingsModal.tsx @@ -69,13 +69,13 @@ export const SettingsModal = (props: { isOpen: boolean; setIsOpen: any }) => {

Тема