mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
remove fixed colors
This commit is contained in:
@ -29,6 +29,7 @@ class App extends StatelessWidget {
|
||||
fontFamily: GoogleFonts.openSans().fontFamily,
|
||||
colorSchemeSeed: Colors.blue,
|
||||
useMaterial3: true,
|
||||
brightness: Brightness.light,
|
||||
),
|
||||
home: const HomePage(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user