mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-18 18:19:33 +01:00
fix: OnePageCard elevation
This commit is contained in:
parent
e6f3f0bb5e
commit
2421589bcb
@ -80,7 +80,7 @@ abstract class FluffyThemes {
|
||||
),
|
||||
),
|
||||
cardTheme: CardTheme(
|
||||
elevation: 7,
|
||||
elevation: 4,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
||||
),
|
||||
|
@ -41,7 +41,7 @@ class OnePageCard extends StatelessWidget {
|
||||
vertical:
|
||||
max((MediaQuery.of(context).size.height - 800) / 2, 12),
|
||||
),
|
||||
child: SafeArea(child: Card(elevation: 1, child: child)),
|
||||
child: SafeArea(child: Card(child: child)),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user