File tree Expand file tree Collapse file tree
apps/builder/app/builder/shared/image-manager Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ const AssetUsagesList = ({ usages }: { usages: AssetUsage[] }) => {
201201const UsageDot = styled ( Box , {
202202 width : 6 ,
203203 height : 6 ,
204- backgroundColor : theme . colors . foregroundDestructive ,
204+ backgroundColor : "#000" ,
205205 border : "1px solid white" ,
206206 boxShadow : "0 0 3px rgb(0, 0, 0)" ,
207207 borderRadius : "50%" ,
@@ -377,7 +377,10 @@ const ImageInfoContent = ({
377377 css = { { display : "flex" , alignItems : "center" , gap : 4 } }
378378 >
379379 Description
380- < Tooltip content = "The description is used as the default “alt” text for the image." >
380+ < Tooltip
381+ variant = "wrapped"
382+ content = "The description is used as the default “alt” text for the image."
383+ >
381384 < InfoCircleIcon />
382385 </ Tooltip >
383386 </ Label >
@@ -407,9 +410,7 @@ const ImageInfoContent = ({
407410 ) : (
408411 < Dialog >
409412 < DialogTrigger asChild >
410- < Button color = "destructive" prefix = { < TrashIcon /> } >
411- Delete
412- </ Button >
413+ < Button > Review & delete </ Button >
413414 </ DialogTrigger >
414415 < DialogContent minWidth = { 360 } >
415416 < DialogTitle > Delete asset?</ DialogTitle >
You can’t perform that action at this time.
0 commit comments