refactor: remove foreground variant from button, make it default

This commit is contained in:
Maze Winther
2026-03-04 17:16:01 +01:00
parent ca3e5c98e6
commit a2d08719f9
6 changed files with 5 additions and 12 deletions
-1
View File
@@ -514,7 +514,6 @@ function NewProjectButton() {
return (
<Button
variant="foreground"
size="lg"
className="flex px-5 md:px-6"
onClick={handleCreateProject}