diff --git a/lib/widgets/hex_color_tag.dart b/lib/widgets/hex_color_tag.dart index 1ccc0f2..e9c4493 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.colorBackground - : theme.colorText, + ? theme.colorText + : theme.colorBackground, ), ), );