fix: remove windows background

This commit is contained in:
Kingkor Roy Tirtho 2022-12-09 14:52:47 +06:00
parent b0db5e7d82
commit 6942964187

View File

@ -126,9 +126,6 @@ final windowsTheme = fluent_ui.ThemeData.light().copyWith(
iconSize: fluent_ui.ButtonState.all(20), iconSize: fluent_ui.ButtonState.all(20),
), ),
), ),
navigationPaneTheme: fluent_ui.NavigationPaneThemeData(
backgroundColor: Colors.grey[100]?.withOpacity(0.5),
),
); );
final windowsDarkTheme = fluent_ui.ThemeData.dark().copyWith( final windowsDarkTheme = fluent_ui.ThemeData.dark().copyWith(
buttonTheme: fluent_ui.ButtonThemeData( buttonTheme: fluent_ui.ButtonThemeData(
@ -136,9 +133,6 @@ final windowsDarkTheme = fluent_ui.ThemeData.dark().copyWith(
iconSize: fluent_ui.ButtonState.all(20), iconSize: fluent_ui.ButtonState.all(20),
), ),
), ),
navigationPaneTheme: fluent_ui.NavigationPaneThemeData(
backgroundColor: Colors.grey[900]?.withOpacity(0.5),
),
); );
final macosTheme = MacosThemeData.light().copyWith( final macosTheme = MacosThemeData.light().copyWith(
pushButtonTheme: const PushButtonThemeData( pushButtonTheme: const PushButtonThemeData(