design: Reduce alpha a little bit more
This commit is contained in:
parent
894e128e19
commit
a9da8f4288
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue