Promote padding label to section heading

This commit is contained in:
webadderall
2026-04-26 19:56:40 +10:00
parent e3a2a2dc95
commit 99ea9df18d
@@ -1848,9 +1848,7 @@ export function SettingsPanel({
/>
<div className="flex flex-col gap-1.5 pt-0.5">
<div className="flex items-center justify-between">
<span className="text-[10px] text-muted-foreground">
{tSettings("effects.padding")}
</span>
<SectionLabel>{tSettings("effects.padding")}</SectionLabel>
<button
type="button"
onClick={togglePaddingLink}