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,