From 0826c32302d2c78d557004a80563c1940b8f1f30 Mon Sep 17 00:00:00 2001 From: abhishekpatil4 <83769052+abhishekpatil4@users.noreply.github.com> Date: Thu, 13 Oct 2022 20:51:30 +0530 Subject: [PATCH] Fixed the buttons default text color to #000 (#4361) * fixed the buttons default text color * fix Co-authored-by: arpitnath --- frontend/src/Editor/WidgetManager/widgetConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index aaf2c70a85..d5180e6c83 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -555,7 +555,7 @@ export const widgets = [ events: [], styles: { backgroundColor: { value: '' }, - textColor: { value: '' }, + textColor: { value: '#fff' }, loaderColor: { value: '' }, visibility: { value: '{{true}}' }, borderRadius: { value: '{{0}}' },