diff --git a/src/App.tsx b/src/App.tsx index 971cadc..0b14cf5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -144,6 +144,8 @@ const MedPlanAssistant = () => { onAccept={handleAcceptDisclaimer} currentLanguage={currentLanguage} onLanguageChange={changeLanguage} + currentTheme={uiSettings.theme || 'system'} + onThemeChange={(theme: 'light' | 'dark' | 'system') => updateUiSetting('theme', theme)} t={t} /> @@ -166,162 +168,162 @@ const MedPlanAssistant = () => {
{t('appSubtitle')}
+ + +{t('chartViewDamphTooltip')}
+{t('chartViewLdxTooltip')}
+{t('chartViewBothTooltip')}
+{t('appSubtitle')}
- -{t('chartViewDamphTooltip')}
-{t('chartViewLdxTooltip')}
-{t('chartViewBothTooltip')}
-{t('time')}: {timeLabel}
-{t('time')}: {timeLabel}
+