mirror of
https://github.com/git-touch/git-touch
synced 2025-03-05 03:37:42 +01:00
style: upgrade dart to latest and run dartfmt
This commit is contained in:
parent
627b04a516
commit
db7b69b177
@ -67,7 +67,9 @@ class DiffView extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
backgroundColor: l.type == '-'
|
||||
? Color(0x00fbe9eb)
|
||||
: l.type == '+' ? Color(0xffecfdf0) : null,
|
||||
: l.type == '+'
|
||||
? Color(0xffecfdf0)
|
||||
: null,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user