fix: primary/foreground button

This commit is contained in:
Maze Winther
2025-07-06 23:59:26 +02:00
parent 6edd5b36cf
commit 85a93ce090
3 changed files with 4 additions and 2 deletions

View File

@ -37,7 +37,7 @@ export function EditorHeader() {
const rightContent = (
<nav className="flex items-center gap-2">
<Button size="sm" onClick={handleExport}>
<Button size="sm" variant="primary" onClick={handleExport}>
<Download className="h-4 w-4" />
<span className="text-sm">Export</span>
</Button>