mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
design: Reduce alpha a little bit more
This commit is contained in:
parent
2c8a8a4313
commit
9588f76295
@ -7,7 +7,7 @@ class OnePageCard extends StatelessWidget {
|
||||
|
||||
const OnePageCard({Key key, this.child}) : super(key: key);
|
||||
|
||||
static const int alpha = 16;
|
||||
static const int alpha = 12;
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MediaQuery.of(context).size.width <= 600
|
||||
|
Loading…
Reference in New Issue
Block a user