mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59: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);
|
const OnePageCard({Key key, this.child}) : super(key: key);
|
||||||
|
|
||||||
static const int alpha = 16;
|
static const int alpha = 12;
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return MediaQuery.of(context).size.width <= 600
|
return MediaQuery.of(context).size.width <= 600
|
||||||
|
Loading…
Reference in New Issue
Block a user