mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-05 03:09:48 -05:00
refactor: drop material color references
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user