mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Revert "fix: remove windows background"
This reverts commit 6942964187
.
This commit is contained in:
parent
fda5393905
commit
359fcee98c
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user