diff --git a/src/components/RegisterForm/index.scss b/src/components/RegisterForm/index.scss index cb477d2c..4e9d7dd8 100644 --- a/src/components/RegisterForm/index.scss +++ b/src/components/RegisterForm/index.scss @@ -7,6 +7,7 @@ display: flex; flex-direction: column; + align-items: start; justify-content: center; @@ -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; @@ -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; @@ -84,6 +88,7 @@ display: flex; flex-direction: row; + align-items: center; justify-content: center; diff --git a/src/components/TextInput/index.scss b/src/components/TextInput/index.scss index a5b967c1..e3fad0ba 100644 --- a/src/components/TextInput/index.scss +++ b/src/components/TextInput/index.scss @@ -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;