mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
design: Reduce alpha for background
This commit is contained in:
parent
d867a560c3
commit
6728993c50
@ -7,7 +7,7 @@ class OnePageCard extends StatelessWidget {
|
||||
|
||||
const OnePageCard({Key key, this.child}) : super(key: key);
|
||||
|
||||
static const int alpha = 64;
|
||||
static const int alpha = 16;
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MediaQuery.of(context).size.width <= 600
|
||||
|
Loading…
Reference in New Issue
Block a user