beautified project editing window, added theme
All checks were successful
Build CI / AMD64 Build (push) Successful in 2m23s
All checks were successful
Build CI / AMD64 Build (push) Successful in 2m23s
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user