mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-26 12:53:06 -05:00
@@ -23,8 +23,8 @@ class HexColorTag extends StatelessWidget {
|
||||
name,
|
||||
style: TextStyle(
|
||||
color: c.computeLuminance() > 0.5
|
||||
? theme.colorBackground
|
||||
: theme.colorText,
|
||||
? theme.colorText
|
||||
: theme.colorBackground,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user