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