design: Reduce alpha a little bit more

This commit is contained in:
Christian Pauly 2021-05-01 07:45:11 +02:00
parent 2c8a8a4313
commit 9588f76295
1 changed files with 1 additions and 1 deletions

View File

@ -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