From be6107b7153f9f39d5e70f63db23e3c53bd67af6 Mon Sep 17 00:00:00 2001 From: Dhruvik Neharia Date: Mon, 12 Sep 2022 14:15:56 +0530 Subject: [PATCH] feat: Divider Reskinning (#16643) Co-authored-by: Aishwarya UR --- app/client/src/widgets/DividerWidget/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/widgets/DividerWidget/index.ts b/app/client/src/widgets/DividerWidget/index.ts index c50659d7d2..7b928d407d 100644 --- a/app/client/src/widgets/DividerWidget/index.ts +++ b/app/client/src/widgets/DividerWidget/index.ts @@ -15,7 +15,7 @@ export const CONFIG = { capType: "nc", capSide: 0, strokeStyle: "solid", - dividerColor: Colors.GREY_3, + dividerColor: Colors.GRAY, thickness: 2, isVisible: true, version: 1,