diff --git a/lib/widgets/hex_color_tag.dart b/lib/widgets/hex_color_tag.dart index e9c4493..1ccc0f2 100644 --- a/lib/widgets/hex_color_tag.dart +++ b/lib/widgets/hex_color_tag.dart @@ -23,8 +23,8 @@ class HexColorTag extends StatelessWidget { name, style: TextStyle( color: c.computeLuminance() > 0.5 - ? theme.colorText - : theme.colorBackground, + ? theme.colorBackground + : theme.colorText, ), ), );