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 }) => {
Тема
preferenceStore.setParams({
skipToCategory: {
@@ -250,15 +241,6 @@ export const SettingsModal = (props: { isOpen: boolean; setIsOpen: any }) => {
Показывать список изменений
preferenceStore.setFlags({
showChangelog: !preferenceStore.flags.showChangelog,
@@ -276,15 +258,6 @@ export const SettingsModal = (props: { isOpen: boolean; setIsOpen: any }) => {
preferenceStore.setFlags({
enableAnalytics: !preferenceStore.flags.enableAnalytics,
@@ -307,15 +280,6 @@ export const SettingsModal = (props: { isOpen: boolean; setIsOpen: any }) => {
preferenceStore.setParams({
experimental: {