We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b02c3 commit ff155f5Copy full SHA for ff155f5
1 file changed
src/components/Controls.tsx
@@ -1043,7 +1043,7 @@ export const Controls: React.FC<ControlsProps> = ({
1043
<label className={`text-[10px] font-bold uppercase tracking-wider block ${subtleText}`}>Visualization</label>
1044
<div className="space-y-3">
1045
{/* Toggles Row */}
1046
- <div className="grid grid-cols-2 gap-2">
+ <div className="grid grid-cols-3 gap-2">
1047
{/* 6. Theme Toggle */}
1048
<button
1049
onClick={() => setShowSurface(!showSurface)}
0 commit comments