From 6d5983fabceb734368ce763828d20b0bdd4c44a7 Mon Sep 17 00:00:00 2001 From: Sourav <99540120+mrsourav1@users.noreply.github.com> Date: Wed, 20 Dec 2023 00:00:15 +0530 Subject: [PATCH] fix: #12863 (#12874) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix: #12830 * Fix: ##12863 --------- Co-authored-by: Omar López Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> --- .../components/getting-started/steps-views/ConnectCalendars.tsx | 2 +- .../getting-started/steps-views/ConnectedVideoStep.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/getting-started/steps-views/ConnectCalendars.tsx b/apps/web/components/getting-started/steps-views/ConnectCalendars.tsx index 6c606178b5..abcf37ef6e 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 1179460825..ad5072dcb4 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}