chore: cleanup

This commit is contained in:
2026-02-27 16:34:27 +01:00
parent 83586c8bbb
commit 5a0d1863ec
5 changed files with 6 additions and 181 deletions

View File

@@ -301,7 +301,7 @@ function PlaygroundContent() {
)}
</div>
))}
<Button onClick={addStop} variant="outline" size="sm" className="w-full">
<Button onClick={addStop} variant="outline" className="w-full">
<Plus className="h-3.5 w-3.5 mr-1.5" />
Add Stop
</Button>