Skip to content

Commit

Permalink
make category select new category not cta
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Jan 23, 2025
1 parent 8594dbd commit ff53b0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const CategorySelect = withSuspense(function CategorySelect({
</DialogSelectList>

<DialogActions className="justify-between">
<Button color="primary" onClick={() => setState('create')}>
<Button color="ghost" onClick={() => setState('create')}>
New category
</Button>
<DialogClose asChild>
Expand Down

0 comments on commit ff53b0a

Please sign in to comment.