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) 🚀