diff --git a/apps/web/components/getting-started/steps-views/ConnectCalendars.tsx b/apps/web/components/getting-started/steps-views/ConnectCalendars.tsx index 6c606178b5b7d7..abcf37ef6edebf 100644 --- a/apps/web/components/getting-started/steps-views/ConnectCalendars.tsx +++ b/apps/web/components/getting-started/steps-views/ConnectCalendars.tsx @@ -82,7 +82,7 @@ const ConnectedCalendars = (props: IConnectCalendarsProps) => { type="button" data-testid="save-calendar-button" className={classNames( - "text-inverted mt-8 flex w-full flex-row justify-center rounded-md border border-black bg-black p-2 text-center text-sm", + "text-inverted bg-inverted border-inverted mt-8 flex w-full flex-row justify-center rounded-md border p-2 text-center text-sm", disabledNextButton ? "cursor-not-allowed opacity-20" : "" )} onClick={() => nextStep()} diff --git a/apps/web/components/getting-started/steps-views/ConnectedVideoStep.tsx b/apps/web/components/getting-started/steps-views/ConnectedVideoStep.tsx index 1179460825023d..ad5072dcb44679 100644 --- a/apps/web/components/getting-started/steps-views/ConnectedVideoStep.tsx +++ b/apps/web/components/getting-started/steps-views/ConnectedVideoStep.tsx @@ -53,7 +53,7 @@ const ConnectedVideoStep = (props: ConnectedAppStepProps) => { type="button" data-testid="save-video-button" className={classNames( - "text-inverted mt-8 flex w-full flex-row justify-center rounded-md border border-black bg-black p-2 text-center text-sm", + "text-inverted border-inverted bg-inverted mt-8 flex w-full flex-row justify-center rounded-md border p-2 text-center text-sm", !hasAnyInstalledVideoApps ? "cursor-not-allowed opacity-20" : "" )} disabled={!hasAnyInstalledVideoApps}