Increase contrast of quality monitor
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
a5fe4ee3e6
commit
118bd9523a
@ -331,7 +331,7 @@ class QualityMonitor extends StatelessWidget {
|
|||||||
Expanded(
|
Expanded(
|
||||||
flex: 8,
|
flex: 8,
|
||||||
child: AutoSizeText(info,
|
child: AutoSizeText(info,
|
||||||
style: TextStyle(color: MyTheme.darkGray),
|
style: TextStyle(color: Color.fromARGB(255, 210, 210, 210)),
|
||||||
textAlign: TextAlign.right,
|
textAlign: TextAlign.right,
|
||||||
maxLines: 1)),
|
maxLines: 1)),
|
||||||
Spacer(flex: 1),
|
Spacer(flex: 1),
|
||||||
@ -353,7 +353,7 @@ class QualityMonitor extends StatelessWidget {
|
|||||||
? Container(
|
? Container(
|
||||||
constraints: BoxConstraints(maxWidth: 200),
|
constraints: BoxConstraints(maxWidth: 200),
|
||||||
padding: const EdgeInsets.all(8),
|
padding: const EdgeInsets.all(8),
|
||||||
color: MyTheme.canvasColor.withAlpha(120),
|
color: MyTheme.canvasColor.withAlpha(150),
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user