Skip to content

Commit

Permalink
Fix font color Sign In/Up form control
Browse files Browse the repository at this point in the history
  • Loading branch information
viethantrinh committed Jun 17, 2024
1 parent 28061aa commit 0f58a3b
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 191 deletions.
23 changes: 0 additions & 23 deletions src/app/about-us/about-us.component.spec.ts

This file was deleted.

28 changes: 0 additions & 28 deletions src/app/app.component.spec.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/app/courses/courses.component.spec.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/app/home/home.component.spec.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/app/share/footer/footer.component.spec.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/app/share/header/header.component.spec.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/sign-in/sign-in.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
padding: 1.6rem 2rem;

@include font-caption-1;
color: $secondary2;
color: $on-surface;
background: $white;
border-radius: 0.8rem;
border: 1px solid $line;
Expand Down
23 changes: 0 additions & 23 deletions src/app/sign-in/sign-in.component.spec.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/sign-up/sign-up.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
flex: 1 1 auto;
padding: 1.6rem 2rem;
@include font-caption-1;
color: $secondary2;
color: $on-surface;
background: $white;
border-radius: 0.8rem;
border: 1px solid $line;
Expand Down
23 changes: 0 additions & 23 deletions src/app/sign-up/sign-up.component.spec.ts

This file was deleted.

0 comments on commit 0f58a3b

Please sign in to comment.