True up some UX inconsistencies and have a theme preview pane

This commit is contained in:
Jack Kingsman
2026-03-11 17:03:43 -07:00
parent ad7028e508
commit e993009782
5 changed files with 84 additions and 4 deletions
@@ -298,7 +298,7 @@ export function VisualizerControls({
</button>
<button
onClick={onClearAndReset}
className="mt-1 px-3 py-1.5 bg-yellow-500/20 hover:bg-yellow-500/30 text-yellow-500 rounded text-xs transition-colors"
className="mt-1 rounded border border-warning/40 bg-warning/10 px-3 py-1.5 text-warning text-xs transition-colors hover:bg-warning/20"
title="Clear all nodes and links from the visualization - packets are preserved"
>
Clear &amp; Reset