Skip to content

Commit

Permalink
Merge pull request #232 from Amogh-Nivaskar/feat/change-create-projec…
Browse files Browse the repository at this point in the history
…t-button-styling

feat: changed styling of Create Project Button
  • Loading branch information
hemantwasthere authored Oct 23, 2023
2 parents 2c66f61 + 53cfefd commit e992130
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 e992130

Please sign in to comment.