diff --git a/src/components/atoms/button/letterWriting/ColorPick.tsx b/src/components/atoms/button/letterWriting/ColorPick.tsx
index 38e3697..5d2a901 100644
--- a/src/components/atoms/button/letterWriting/ColorPick.tsx
+++ b/src/components/atoms/button/letterWriting/ColorPick.tsx
@@ -8,31 +8,19 @@ interface colorPickProps {
const ColorPick = ({ selectedColor, setSelectedColor }: colorPickProps) => {
return (
-
-