@@ -26,6 +33,148 @@ export function ButtonPropertiesPanel({ buttonProps, selectedBlockId, updateBloc
/>
+
+
버튼 이미지
+
+
+
+
+
+ {imageSource === "url" && (
+
+
+
+ )}
+
+ {imageSource === "upload" && (
+
+
+
+ )}
+
+ {imageSource !== "none" && (
+ <>
+
+
+
+
+
+
+
+ >
+ )}
+