Skip to content

Commit

Permalink
Merge pull request gitroomhq#456 from gitroomhq/bugfix-button-secondary
Browse files Browse the repository at this point in the history
bugfix: Component property needs braces
  • Loading branch information
jamesread authored Nov 30, 2024
2 parents ee61858 + 3c12051 commit 4717173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/settings/teams.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const TeamsComponent = () => {
<Button
className={`!bg-customColor3 !h-[24px] border border-customColor21 rounded-[4px] text-[12px] ${interClass}`}
onClick={remove(p)}
secondary=true
secondary={true}
>
<div className="flex justify-center items-center gap-[4px]">
<div>
Expand Down

0 comments on commit 4717173

Please sign in to comment.