Skip to content

Commit 724d66f

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
UI Fix: Extend background grid to full sidebar width with negative margins
1 parent b36a235 commit 724d66f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Controls.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ export const Controls: React.FC<ControlsProps> = ({
16621662
<label className={`text-[10px] font-bold uppercase tracking-wider block ${subtleText}`}>Background</label>
16631663
<div className="space-y-2">
16641664
{/* Row 1: Presets - Spread full width */}
1665-
<div className="grid grid-cols-6">
1665+
<div className="grid grid-cols-6 -mx-3">
16661666
{[
16671667
{ color: '#000000', label: 'Black' },
16681668
{ color: '#ffffff', label: 'White' },

0 commit comments

Comments
 (0)