From 5ff6b5170b1f7b095d25ed4ce57ec26864bd0949 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Sat, 4 Dec 2021 23:37:41 +0530 Subject: [PATCH] Update default button color to match new theme --- frontend/src/Editor/Components/components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/Components/components.js b/frontend/src/Editor/Components/components.js index f7e1a4f4f6..a8a4f92cad 100644 --- a/frontend/src/Editor/Components/components.js +++ b/frontend/src/Editor/Components/components.js @@ -145,7 +145,7 @@ export const componentTypes = [ }, events: [], styles: { - backgroundColor: { value: '#3c92dc' }, + backgroundColor: { value: '#375FCF' }, textColor: { value: '#fff' }, visibility: { value: '{{true}}' }, borderRadius: { value: '{{0}}' },