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 }) => {

Тема