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 1334c35 commit 51aef0cCopy full SHA for 51aef0c
1 file changed
src/components/Controls.tsx
@@ -438,7 +438,7 @@ export const Controls: React.FC<ControlsProps> = ({
438
{/* Visual Style */}
439
<div className="space-y-2">
440
<label className={`text-[10px] font-bold uppercase tracking-wider block ${subtleText}`}>Visualization</label>
441
- <div className="space-y-2">
+ <div className="grid grid-cols-2 gap-2">
442
<button
443
onClick={() => setShowSurface(!showSurface)}
444
className={`flex items-center justify-between px-3 py-2 rounded-lg border transition-all ${showSurface ? 'bg-blue-500/10 border-blue-500 text-blue-500' : `${cardBg} opacity-80 hover:opacity-100`}`}
0 commit comments