Skip to content

Commit

Permalink
(fix) Change login card border color (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Sep 20, 2022
1 parent 11331de commit 324b091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/esm-login-app/src/login/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

.login-card {
border-radius: 0;
border: 1px solid $color-gray-30;
border: 1px solid $ui-03;
background-color: $ui-02;
width: 23rem;
padding: 2.5rem;
Expand Down

0 comments on commit 324b091

Please sign in to comment.