Skip to content

Commit

Permalink
fix InviteUsers color token
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Dec 26, 2022
1 parent 115eaef commit d7d3cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/views/admin/users/InviteUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const InviteUsers = (props: InviteUsersProps): ReactElement => {
};

return (
<VerticalBar.ScrollableContent {...props}>
<VerticalBar.ScrollableContent {...props} color='default'>
<Box is='h2' fontScale='h2' mb='x8'>
{t('Send_invitation_email')}
</Box>
Expand Down

0 comments on commit d7d3cb3

Please sign in to comment.