Skip to content

Commit

Permalink
feat(permission): default to secondary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 17, 2022
1 parent fd883de commit 3e2f7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/Permission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface Permission {

export const Permission = ({
content,
variant,
variant = "secondary",
children,
}: PropsWithChildren<Permission>) => {
const classNames = clsx({
Expand Down

0 comments on commit 3e2f7e9

Please sign in to comment.