Skip to content

Commit

Permalink
Change button variant
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Nov 21, 2024
1 parent fa7eab4 commit 21012e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/organizers/[organizerId]/preview/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const OrganizersPreview = () => {
<Stack spacing={3.5} flex={1}>
{!canEdit && isOwnershipEnabled && !isOwnershipRequested && (
<Button
variant={ButtonVariants.SECONDARY}
variant={ButtonVariants.PRIMARY}
onClick={() => setIsQuestionModalVisible(true)}
>
{t('organizers.detail.actions.request')}
Expand Down

0 comments on commit 21012e9

Please sign in to comment.