Skip to content

Commit

Permalink
feat: changed styling of Create Project Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Nivaskar committed Oct 22, 2023
1 parent 005b84f commit 53cfefd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/Dashboard/ProjectSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ const ProjectSwitch: React.FC = () => {
<CommandSeparator />
<CommandList>
<CommandGroup>
<CommandItem
className="cursor-pointer"
onSelect={() => projectModal.openCreateProjectModal()}
<Button
className="flex h-full w-full justify-start px-2 py-1.5 font-normal hover:bg-primary/80"
onClick={() => projectModal.openCreateProjectModal()}
>
<PlusCircle className="mr-2 h-5 w-5" />
Create Project
</CommandItem>
</Button>
</CommandGroup>
</CommandList>
</Command>
Expand Down

0 comments on commit 53cfefd

Please sign in to comment.