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 9d3210b commit 3e3db09Copy full SHA for 3e3db09
1 file changed
apps/desktop/src/components/site-header.tsx
@@ -224,7 +224,7 @@ export function SiteHeader({ currentView }: SiteHeaderProps) {
224
225
<div className="ml-auto flex items-center gap-2 px-4 lg:px-6">
226
<Button
227
- variant="outline"
+ variant="default"
228
size="sm"
229
onClick={onCreateNote}
230
disabled={createNoteMutation.isPending}
0 commit comments