Skip to content

Commit

Permalink
feat: set banner CTA to primary
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Sep 26, 2024
1 parent 2f93b09 commit ab9fdd0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export function PermissionCheckBanner({granted, requiredPermission}: PermissionC
? {
onClick: () => setShowDialog(true),
text: t('banners.permission-check-banner.request-permission-button.text'),
tone: 'primary',
}
: undefined
}
Expand Down

0 comments on commit ab9fdd0

Please sign in to comment.