From aa56b0a35e0de923ad3867ca9feb5cb6c7bc55c5 Mon Sep 17 00:00:00 2001 From: Elle Sullivan Date: Fri, 28 Jul 2023 15:32:13 +0100 Subject: [PATCH] Fix TextPrimary dark mode color --- .../Colors.xcassets/textPrimary.colorset/Contents.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/DesignResourcesKit/Colors.xcassets/textPrimary.colorset/Contents.json b/Sources/DesignResourcesKit/Colors.xcassets/textPrimary.colorset/Contents.json index 4194158..91547eb 100644 --- a/Sources/DesignResourcesKit/Colors.xcassets/textPrimary.colorset/Contents.json +++ b/Sources/DesignResourcesKit/Colors.xcassets/textPrimary.colorset/Contents.json @@ -22,7 +22,7 @@ "color" : { "color-space" : "srgb", "components" : { - "alpha" : "0.600", + "alpha" : "0.840", "blue" : "0xFF", "green" : "0xFF", "red" : "0xFF"