@@ -109,7 +109,7 @@ const CreatePasswordPage = (): React.ReactElement => {
109109 < ResponsiveLogo />
110110 < ResponsiveAuthContainer >
111111 < Text
112- color = "#4A5568 "
112+ color = "gray.600 "
113113 textStyle = { { base : "h2Mobile" , md : "h2" } }
114114 mb = "0"
115115 textAlign = "center"
@@ -121,23 +121,23 @@ const CreatePasswordPage = (): React.ReactElement => {
121121 < Box >
122122 < FormLabel
123123 fontSize = "14px"
124- textColor = "var(-- gray- 600, #4A5568) "
124+ textColor = "gray. 600"
125125 lineHeight = "8px"
126126 >
127127 Email Address:
128128 </ FormLabel >
129129 < Input
130- textColor = "var(-- gray- 400, #A0AEC0) "
130+ textColor = "gray. 400"
131131 fontSize = "14px"
132132 height = "2.4rem"
133133 placeholder = { email }
134134 isDisabled
135- bg = "var(-- gray- 200, #E2E8F0) "
135+ bg = "gray. 200"
136136 />
137137 </ Box >
138138 < Box fontSize = "12px" >
139139 < FormLabel
140- textColor = "var(-- gray- 600, #4A5568) "
140+ textColor = "gray. 600"
141141 fontSize = "14px"
142142 lineHeight = "8px"
143143 >
@@ -152,7 +152,7 @@ const CreatePasswordPage = (): React.ReactElement => {
152152 </ Box >
153153 < Box fontSize = "12px" >
154154 < FormLabel
155- textColor = "var(-- gray- 600, #4A5568) "
155+ textColor = "gray. 600"
156156 fontSize = "14px"
157157 lineHeight = "8px"
158158 >
@@ -174,7 +174,7 @@ const CreatePasswordPage = (): React.ReactElement => {
174174 color = "white"
175175 h = "2.4rem"
176176 width = "100%"
177- bg = "var(-- blue- 700, #2C5282) "
177+ bg = "blue. 700"
178178 >
179179 Create Account
180180 </ Button >
@@ -199,7 +199,7 @@ const CreatePasswordPage = (): React.ReactElement => {
199199 { showModal && (
200200 < ResponsiveModalWindow >
201201 < Text
202- color = "#2C5282 "
202+ color = "blue.700 "
203203 textAlign = "center"
204204 textStyle = { { base : "h2" , md : "h1" } }
205205 >
@@ -212,8 +212,8 @@ const CreatePasswordPage = (): React.ReactElement => {
212212 Welcome to the Oakville & Milton Humane Society
213213 </ Text >
214214 < Button
215- color = "var(-- gray- 100, #EDF2F7) "
216- bg = "var(-- blue- 700, #2C5282) "
215+ color = "gray. 100"
216+ bg = "blue. 700"
217217 height = "3rem"
218218 padding = "0rem 1.875rem"
219219 textStyle = "button"
0 commit comments