Design: 토글 디자인
This commit is contained in:
parent
216e086305
commit
f1ac23f899
@ -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)}
|
||||
|
Loading…
Reference in New Issue
Block a user