Skip to content

Commit

Permalink
chore: Adjust payment options in app (#4583)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Sep 10, 2024
1 parent 1e357b8 commit 64c53da
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 505 deletions.
4 changes: 2 additions & 2 deletions frontend/web/components/PlanBasedAccess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const PlanBasedBanner: FC<PlanBasedBannerType> = ({
<a
href={planUrl}
target={Utils.isSaas() ? undefined : '_blank'}
className='chip cursor-pointer chip--xs d-flex align-items-center font-weight-medium text-white bg-primary800'
className='chip cursor-pointer chip--xs d-flex align-items-center font-weight-medium text-white bg-primary900'
rel='noreferrer'
>
{<IonIcon className='me-1' icon={lockClosed} />}
Expand All @@ -177,7 +177,7 @@ const PlanBasedBanner: FC<PlanBasedBannerType> = ({
<div
style={{ maxWidth: 650 }}
className={classNames(
'p-2 rounded bg-primary800 text-white',
'p-2 rounded bg-primary900 text-white',
className,
)}
>
Expand Down
Loading

0 comments on commit 64c53da

Please sign in to comment.