From 7e1f004a7ae48ec3b22dbfc85aa5744fac750c38 Mon Sep 17 00:00:00 2001 From: Gerardo Pacheco Date: Wed, 11 Aug 2021 16:18:14 +0200 Subject: [PATCH] Mobile - Global styles - Add color to the list of styles to include in the filter (#34000) --- .../components/src/mobile/global-styles-context/utils.native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/mobile/global-styles-context/utils.native.js b/packages/components/src/mobile/global-styles-context/utils.native.js index 81e292ebc78720..5838d3aa7d555a 100644 --- a/packages/components/src/mobile/global-styles-context/utils.native.js +++ b/packages/components/src/mobile/global-styles-context/utils.native.js @@ -7,6 +7,7 @@ export const BLOCK_STYLE_ATTRIBUTES = [ 'textColor', 'backgroundColor', 'style', + 'color', ]; // Mapping style properties name to native