mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 08:59:40 +00:00
bump-v to 1.0.30+18
.
This commit is contained in:
@ -207,7 +207,7 @@ abstract class ThemeManager {
|
||||
),
|
||||
|
||||
///card theme
|
||||
cardTheme: const CardTheme(
|
||||
cardTheme: const CardThemeData(
|
||||
elevation: 0,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.all(Radius.circular(20)),
|
||||
@ -372,7 +372,7 @@ abstract class ThemeManager {
|
||||
|
||||
///card theme
|
||||
//TODO edit card theme
|
||||
cardTheme: const CardTheme(
|
||||
cardTheme: const CardThemeData(
|
||||
elevation: 0,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.all(Radius.circular(20)),
|
||||
|
Reference in New Issue
Block a user