diff --git a/frontend/src/pages/OnboardingFlow/Steps/Survey/index.jsx b/frontend/src/pages/OnboardingFlow/Steps/Survey/index.jsx index e6ce68c9fd3..40dfcb9cf19 100644 --- a/frontend/src/pages/OnboardingFlow/Steps/Survey/index.jsx +++ b/frontend/src/pages/OnboardingFlow/Steps/Survey/index.jsx @@ -261,7 +261,7 @@ export default function Survey({ setHeader, setForwardBtn, setBackBtn }) { diff --git a/frontend/src/pages/OnboardingFlow/Steps/index.jsx b/frontend/src/pages/OnboardingFlow/Steps/index.jsx index bc222b8261a..e0e8fb20460 100644 --- a/frontend/src/pages/OnboardingFlow/Steps/index.jsx +++ b/frontend/src/pages/OnboardingFlow/Steps/index.jsx @@ -74,10 +74,10 @@ export function OnboardingLayout({ children }) { @@ -127,11 +127,11 @@ export function OnboardingLayout({ children }) { diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 9d48124091c..d9daad66719 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -45,6 +45,7 @@ export default { warn: "#854708", success: "#05603A", darker: "#F4F4F4", + teal: "#0BA5EC", // Generic theme colors theme: {