beautified project editing window, added theme
All checks were successful
Build CI / AMD64 Build (push) Successful in 2m23s

This commit is contained in:
2026-03-19 13:55:04 +05:30
parent a8d397a53e
commit 823690aed3
5 changed files with 137 additions and 83 deletions

View File

@@ -22,7 +22,7 @@ class MyApp extends StatelessWidget {
return YaruTheme(
builder: (context, yaru, child) {
return MaterialApp(
theme: yaru.theme,
theme: yaruLight,
themeMode: .system,
darkTheme: yaru.darkTheme,
routes: {