From c7d9a006b0ea2df002a3619a2ec08cc5a54d77ca Mon Sep 17 00:00:00 2001 From: Dev 1 Date: Sat, 9 Sep 2023 12:19:41 +0530 Subject: [PATCH] chnage color pencil desgine --- src/pages/drawing/index.astro | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/pages/drawing/index.astro b/src/pages/drawing/index.astro index f5f8e13..a41f350 100644 --- a/src/pages/drawing/index.astro +++ b/src/pages/drawing/index.astro @@ -158,17 +158,10 @@ import Layout from '../../layouts/Layout.astro'; button.style.outline = 'none'; // Other button styles remain the same - + // ${color} // Create the SVG element with dynamic fill color button.innerHTML = ` - - - - - - - - `; + `; if (!isMobile) { button.style.width = `${buttonSize}px`;