Skip to content

Commit ff155f5

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
Fix sidebar toggles layout (3 columns in one row)
1 parent 30b02c3 commit ff155f5

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
@@ -1043,7 +1043,7 @@ export const Controls: React.FC<ControlsProps> = ({
10431043
<label className={`text-[10px] font-bold uppercase tracking-wider block ${subtleText}`}>Visualization</label>
10441044
<div className="space-y-3">
10451045
{/* Toggles Row */}
1046-
<div className="grid grid-cols-2 gap-2">
1046+
<div className="grid grid-cols-3 gap-2">
10471047
{/* 6. Theme Toggle */}
10481048
<button
10491049
onClick={() => setShowSurface(!showSurface)}

0 commit comments

Comments
 (0)