refactor: drop material color references

This commit is contained in:
Rongjian Zhang
2022-10-06 15:13:59 +08:00
parent 9892d87f9b
commit 61d5a3e846
13 changed files with 21 additions and 64 deletions

View File

@@ -1,4 +1,5 @@
import 'package:antd_mobile/antd_mobile.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'package:git_touch/models/auth.dart';
import 'package:git_touch/models/theme.dart';
@@ -130,7 +131,7 @@ mutation {
? (theme.brightness == Brightness.dark
? PrimerColors.blue900
: PrimerColors.blue000)
: Colors.transparent,
: null,
),
child: Wrap(
crossAxisAlignment: WrapCrossAlignment.center,