From 24fa637329cf79ef220ea06f67c8cd8d43b0be56 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 29 Oct 2025 13:09:15 +0800 Subject: [PATCH] :bento: Add accent color to watchOS --- .../Assets.xcassets/AccentColor.colorset/Contents.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ios/WatchRunner Watch App/Assets.xcassets/AccentColor.colorset/Contents.json b/ios/WatchRunner Watch App/Assets.xcassets/AccentColor.colorset/Contents.json index eb878970..4bf40ac6 100644 --- a/ios/WatchRunner Watch App/Assets.xcassets/AccentColor.colorset/Contents.json +++ b/ios/WatchRunner Watch App/Assets.xcassets/AccentColor.colorset/Contents.json @@ -1,6 +1,10 @@ { "colors" : [ { + "color" : { + "platform" : "universal", + "reference" : "systemIndigoColor" + }, "idiom" : "universal" } ],