From 04cc884bbce70d37d3d3c99dffb4ee26c022b959 Mon Sep 17 00:00:00 2001 From: Paarth Agarwal <86092410+PaarthAgarwal@users.noreply.github.com> Date: Mon, 10 Oct 2022 08:14:52 +0530 Subject: [PATCH] Updated default text color for table widget (#4247) --- 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 1573a68eca..002aa8b32e 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -363,7 +363,7 @@ export const widgets = [ }, events: [], styles: { - textColor: { value: '' }, + textColor: { value: '#000' }, actionButtonRadius: { value: '0' }, visibility: { value: '{{true}}' }, disabledState: { value: '{{false}}' },