Design: 토글 디자인

This commit is contained in:
정현조 2024-10-01 11:11:29 +09:00
parent 216e086305
commit f1ac23f899

View File

@ -64,7 +64,7 @@ export default function ImageWithLabels({ imagePath, labelData, projectId, image
return (
<div>
<Toggle
variant="default"
variant="outline"
size="sm"
pressed={showComments}
onPressedChange={(pressed) => setShowComments(pressed)}