Skip to content

Commit

Permalink
refactor: resolving persistent error in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfreitas-dev committed Aug 1, 2024
1 parent f22d3e0 commit 528bd7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions src/components/RegisterForm/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

display: flex;
flex-direction: column;

align-items: start;

justify-content: center;
Expand Down Expand Up @@ -41,14 +42,16 @@

display: flex;
flex-direction: row;
align-items: center;

flex-grow: 1;

justify-content: center;
align-items: center;

gap: 1rem;

justify-content: center;


font-family: fonts.$fifthFont;
font-size: fonts.$sm;
font-weight: fonts.$medium;
Expand All @@ -57,13 +60,14 @@

padding: 1.8rem 0;

border: 0;

background-color: colors.$secondary100;

border: 0;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 8%);

border-radius: 10px;

box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 8%);

cursor: pointer;

Expand All @@ -84,6 +88,7 @@

display: flex;
flex-direction: row;

align-items: center;

justify-content: center;
Expand Down
4 changes: 2 additions & 2 deletions src/components/TextInput/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
.input-text-container {
display: flex;

background-color: colors.$white;

border: 1px solid colors.$gray200;

background-color: colors.$white;

border-radius: 14px;

transition: border-color 0.3s ease-in-out;
Expand Down

0 comments on commit 528bd7b

Please sign in to comment.