Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-14 11:29:05 +00:00
parent 19a46dc81d
commit 9959f8cb99
+3 -1
View File
@@ -70,7 +70,9 @@ export function ViewerControls() {
<span className="font-mono text-xs">Grid</span> <span className="font-mono text-xs">Grid</span>
</Button> </Button>
{/* Render mode cycle: solid -> wireframe -> edges */} {/* Scale presets */}
<ScaleSelector />
<Button <Button
variant={renderMode !== 'solid' ? 'default' : 'outline'} variant={renderMode !== 'solid' ? 'default' : 'outline'}
size="sm" size="sm"