From cca2e3334b14ebea87abed29c4c2cf9d181e303b Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Mon, 17 Aug 2020 11:31:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20Colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/round/src/config.ts b/packages/round/src/config.ts index c0b5676a..008a5838 100644 --- a/packages/round/src/config.ts +++ b/packages/round/src/config.ts @@ -20,7 +20,7 @@ const watchColors = { color1: red, // top-right shape color color2: yellow, // bottom-right shape color color3: green, // bottom-left shape color - color4: green // top-left shape color + color4: blue // top-left shape color }; // --------------------------------------- Custimized Corner Colors (Bibata Style) 🚀