From 9ac3392271ada65bb484aa9e23e6bb95d176f759 Mon Sep 17 00:00:00 2001 From: Hardikkumar Nai <80053762+hardiknai-techm@users.noreply.github.com> Date: Thu, 23 Sep 2021 20:28:41 +0530 Subject: [PATCH] Scale and Settings: 'Learn more' link is not adapting the high contrast mode after applying high contrast theme. (#1103) --- src/Explorer/Controls/Settings/SettingsRenderUtils.tsx | 2 +- src/Utils/AutoPilotUtils.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Explorer/Controls/Settings/SettingsRenderUtils.tsx b/src/Explorer/Controls/Settings/SettingsRenderUtils.tsx index a9b932884..11f00f195 100644 --- a/src/Explorer/Controls/Settings/SettingsRenderUtils.tsx +++ b/src/Explorer/Controls/Settings/SettingsRenderUtils.tsx @@ -272,7 +272,7 @@ export const manualToAutoscaleDisclaimerElement: JSX.Element = ( The starting autoscale max RU/s will be determined by the system, based on the current manual throughput settings and storage of your resource. After autoscale has been enabled, you can change the max RU/s.{" "} - Learn more + Learn more ); diff --git a/src/Utils/AutoPilotUtils.ts b/src/Utils/AutoPilotUtils.ts index 4474c19e5..4566cab82 100644 --- a/src/Utils/AutoPilotUtils.ts +++ b/src/Utils/AutoPilotUtils.ts @@ -1,7 +1,3 @@ -import * as Constants from "../Common/Constants"; - -export const manualToAutoscaleDisclaimer = `The starting autoscale max RU/s will be determined by the system, based on the current manual throughput settings and storage of your resource. After autoscale has been enabled, you can change the max RU/s. Learn more.`; - export const minAutoPilotThroughput = 4000; export const autoPilotIncrementStep = 1000;