From 359fcee98c999425c44eab0fd444425c6ea88ec5 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 9 Dec 2022 15:01:24 +0600 Subject: [PATCH] Revert "fix: remove windows background" This reverts commit 694296418787c460bb3fa63ab30f3b0eed9184dc. --- lib/themes/light_theme.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/themes/light_theme.dart b/lib/themes/light_theme.dart index 188be16ea..545674b28 100644 --- a/lib/themes/light_theme.dart +++ b/lib/themes/light_theme.dart @@ -126,6 +126,9 @@ final windowsTheme = fluent_ui.ThemeData.light().copyWith( iconSize: fluent_ui.ButtonState.all(20), ), ), + navigationPaneTheme: fluent_ui.NavigationPaneThemeData( + backgroundColor: Colors.grey[100]?.withOpacity(0.5), + ), ); final windowsDarkTheme = fluent_ui.ThemeData.dark().copyWith( buttonTheme: fluent_ui.ButtonThemeData( @@ -133,6 +136,9 @@ final windowsDarkTheme = fluent_ui.ThemeData.dark().copyWith( iconSize: fluent_ui.ButtonState.all(20), ), ), + navigationPaneTheme: fluent_ui.NavigationPaneThemeData( + backgroundColor: Colors.grey[900]?.withOpacity(0.5), + ), ); final macosTheme = MacosThemeData.light().copyWith( pushButtonTheme: const PushButtonThemeData(