Skip to content

Commit 4b29ee7

Browse files
committed
Contained buttons
1 parent ea1889e commit 4b29ee7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/components/LoginForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/components/RegisterForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

src/pages/ProfilePage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)