design: Reduce alpha a little bit more

onboarding
Christian Pauly 5 years ago
parent 894e128e19
commit a9da8f4288

@ -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…
Cancel
Save