From 7a3853db9ecf6ea394cce719644a0e3fd5ea5ca5 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Fri, 3 Jul 2026 19:33:32 +0200 Subject: [PATCH] Set the template rendering intent for the icon image assets in the Recording package target. --- .../Recording/Images.xcassets/Icon/Pause.imageset/Contents.json | 2 +- .../Images.xcassets/Icon/Record.imageset/Contents.json | 2 +- .../Recording/Images.xcassets/Icon/Send.imageset/Contents.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Packages/Features/Sources/Recording/Images.xcassets/Icon/Pause.imageset/Contents.json b/Packages/Features/Sources/Recording/Images.xcassets/Icon/Pause.imageset/Contents.json index 569011f..ba0391a 100644 --- a/Packages/Features/Sources/Recording/Images.xcassets/Icon/Pause.imageset/Contents.json +++ b/Packages/Features/Sources/Recording/Images.xcassets/Icon/Pause.imageset/Contents.json @@ -11,6 +11,6 @@ }, "properties" : { "preserves-vector-representation" : true, - "template-rendering-intent" : "original" + "template-rendering-intent" : "template" } } diff --git a/Packages/Features/Sources/Recording/Images.xcassets/Icon/Record.imageset/Contents.json b/Packages/Features/Sources/Recording/Images.xcassets/Icon/Record.imageset/Contents.json index c547e8f..d69e186 100644 --- a/Packages/Features/Sources/Recording/Images.xcassets/Icon/Record.imageset/Contents.json +++ b/Packages/Features/Sources/Recording/Images.xcassets/Icon/Record.imageset/Contents.json @@ -11,6 +11,6 @@ }, "properties" : { "preserves-vector-representation" : true, - "template-rendering-intent" : "original" + "template-rendering-intent" : "template" } } diff --git a/Packages/Features/Sources/Recording/Images.xcassets/Icon/Send.imageset/Contents.json b/Packages/Features/Sources/Recording/Images.xcassets/Icon/Send.imageset/Contents.json index 2c30243..a88d70f 100644 --- a/Packages/Features/Sources/Recording/Images.xcassets/Icon/Send.imageset/Contents.json +++ b/Packages/Features/Sources/Recording/Images.xcassets/Icon/Send.imageset/Contents.json @@ -11,6 +11,6 @@ }, "properties" : { "preserves-vector-representation" : true, - "template-rendering-intent" : "original" + "template-rendering-intent" : "template" } }