From d9e7052cffcde86943a91d17dbf7d590e728f606 Mon Sep 17 00:00:00 2001 From: CMK Date: Thu, 17 Jun 2021 14:33:54 +0800 Subject: [PATCH] fix: update status action icon tint color --- .../Button/action.toolbar.colorset/Contents.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Mastodon/Resources/Assets.xcassets/Colors/Button/action.toolbar.colorset/Contents.json b/Mastodon/Resources/Assets.xcassets/Colors/Button/action.toolbar.colorset/Contents.json index 8c938d914..8b7864ebe 100644 --- a/Mastodon/Resources/Assets.xcassets/Colors/Button/action.toolbar.colorset/Contents.json +++ b/Mastodon/Resources/Assets.xcassets/Colors/Button/action.toolbar.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "0.600", - "blue" : "0", - "green" : "0", - "red" : "0" + "blue" : "67", + "green" : "60", + "red" : "60" } }, "idiom" : "universal" @@ -23,9 +23,9 @@ "color-space" : "srgb", "components" : { "alpha" : "0.600", - "blue" : "1.000", - "green" : "1.000", - "red" : "1.000" + "blue" : "245", + "green" : "235", + "red" : "235" } }, "idiom" : "universal"