Skip to content

Commit

Permalink
fix wrong variant on button
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed May 24, 2022
1 parent 9da15cf commit da06f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/InviteTeamMemberDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const InviteTeamMemberDialog = (props: Props) => {
</Dialog.Content>

<Dialog.Actions>
<Button type="button" onClick={handleClose} variant="blank">
<Button type="button" onClick={handleClose} variant="white">
{t("Cancel")}
</Button>
<Button
Expand Down

0 comments on commit da06f67

Please sign in to comment.