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`;