From 5a376cc3ebbc55c17d7dd6b0ad837c64ed6bd0fd Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 9 Aug 2021 16:32:28 +0300 Subject: [PATCH] [DE mobile] Fix Bug 49157 --- apps/common/mobile/lib/component/ThemeColorPalette.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/mobile/lib/component/ThemeColorPalette.jsx b/apps/common/mobile/lib/component/ThemeColorPalette.jsx index ea46284f1..72d9063a8 100644 --- a/apps/common/mobile/lib/component/ThemeColorPalette.jsx +++ b/apps/common/mobile/lib/component/ThemeColorPalette.jsx @@ -11,7 +11,7 @@ const ThemeColors = ({ themeColors, onColorClick, curColor }) => { {row.map((effect, index) => { return( {onColorClick(effect.color, effect.effectId, effect.effectValue)}} >