We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21d5b01 + 068213a commit ce36b87Copy full SHA for ce36b87
apps/frontend/src/components/settings/teams.component.tsx
@@ -210,7 +210,7 @@ export const TeamsComponent = () => {
210
<Button
211
className={`!bg-customColor3 !h-[24px] border border-customColor21 rounded-[4px] text-[12px] ${interClass}`}
212
onClick={remove(p)}
213
- secondary=true
+ secondary={true}
214
>
215
<div className="flex justify-center items-center gap-[4px]">
216
<div>
0 commit comments