File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const LoginForm = () => {
7878 < Button
7979 type = "submit"
8080 color = "primary"
81- variant = "outlined "
81+ variant = "contained "
8282 data-testid = "loginBtn"
8383 >
8484 Login
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ const RegisterForm = () => {
109109 < Button
110110 type = "submit"
111111 color = "primary"
112- variant = "outlined "
112+ variant = "contained "
113113 data-testid = "submit"
114114 >
115- Submit
115+ Register
116116 </ Button >
117117 </ Grid >
118118 </ Grid >
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ const ProfilePage = () => {
181181 < Button
182182 type = "submit"
183183 color = "primary"
184- variant = "outlined "
184+ variant = "contained "
185185 data-testid = "submit"
186186 >
187187 Update
@@ -216,7 +216,7 @@ const ProfilePage = () => {
216216 < Button
217217 type = "submit"
218218 color = "primary"
219- variant = "outlined "
219+ variant = "contained "
220220 data-testid = "submit"
221221 >
222222 Update
You can’t perform that action at this time.
0 commit comments