diff --git a/src/pages/auth/signup/CheckTermsAndConditions.tsx b/src/pages/auth/signup/CheckTermsAndConditions.tsx index 7ed2b9b..c8888fe 100644 --- a/src/pages/auth/signup/CheckTermsAndConditions.tsx +++ b/src/pages/auth/signup/CheckTermsAndConditions.tsx @@ -1,4 +1,5 @@ import { stepButtonProps, stepInstruction } from '@/store/common'; +import { theme } from '@/styles'; import { Box, Checkbox, @@ -126,7 +127,7 @@ const CheckTermsAndConditions = (props: any) => { { const currentStepIndex = useRecoilValue(stepIndex); @@ -36,6 +37,7 @@ const SignUp = () => { const LinearProgressWithLabel = ( props: LinearProgressProps & { value: number }, ) => { + console.log(theme.palette) return ( @@ -55,7 +57,7 @@ const SignUp = () => {