diff --git a/apps/builder/app/builder/features/style-panel/property-label.tsx b/apps/builder/app/builder/features/style-panel/property-label.tsx index 1eff785cd359..3c28dca3e7ac 100644 --- a/apps/builder/app/builder/features/style-panel/property-label.tsx +++ b/apps/builder/app/builder/features/style-panel/property-label.tsx @@ -183,10 +183,12 @@ export const PropertyInfo = ({ } suffix={} - css={{ gridTemplateColumns: "2fr 3fr 1fr" }} + css={{ gridTemplateColumns: "1fr max-content 1fr" }} onClick={onReset} > - Reset value + {styles[0].property.startsWith("--") + ? "Delete variable" + : "Reset value"} )}