mirror of
https://github.com/foss42/apidash.git
synced 2025-05-21 00:09:55 +08:00
migrate to material 3 design
This commit is contained in:
@ -27,7 +27,8 @@ class App extends StatelessWidget {
|
||||
debugShowCheckedModeBanner: false,
|
||||
theme: ThemeData(
|
||||
fontFamily: GoogleFonts.openSans().fontFamily,
|
||||
primarySwatch: Colors.indigo,
|
||||
colorSchemeSeed: Colors.blue,
|
||||
useMaterial3: true,
|
||||
),
|
||||
home: const HomePage(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user