diff --git a/src/components/administrativeTables/TableView.ts b/src/components/administrativeTables/TableView.ts index e0fadf3..0f6b52e 100644 --- a/src/components/administrativeTables/TableView.ts +++ b/src/components/administrativeTables/TableView.ts @@ -20,7 +20,7 @@ export const TableView = styled.main` border-radius: 16px; tr { th { - font-family: 'poppins'; + font-family: 'Poppins'; font-weight: 500; font-size: 16px; color: #6A707E; @@ -28,13 +28,13 @@ export const TableView = styled.main` td { :nth-child(3) { - font-family: 'poppins'; + font-family: 'Poppins'; font-weight: 500; font-size: 16px; color: #6A707E; } :nth-child(4) { - font-family: 'poppins'; + font-family: 'Poppins'; font-weight: 400; font-size: 12px; color: #828282; diff --git a/src/components/buttons/loginButton/LoginButtonView.ts b/src/components/buttons/loginButton/LoginButtonView.ts index f91b815..69553a0 100644 --- a/src/components/buttons/loginButton/LoginButtonView.ts +++ b/src/components/buttons/loginButton/LoginButtonView.ts @@ -11,7 +11,7 @@ export const LoginButtonView = styled.button` background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(37,79,127,1) 35%, rgba(136,136,136,1) 100%); - font-family: 'Nunito Sans'; + font-family: 'Poppins'; font-weight: 700; font-size: calc(99.98% + 10px); line-height: 44px; diff --git a/src/pages/forgotPassword.tsx b/src/pages/forgotPassword.tsx index db8c81a..0703298 100644 --- a/src/pages/forgotPassword.tsx +++ b/src/pages/forgotPassword.tsx @@ -64,3 +64,4 @@ export default function ForgotPassword() { ) } + diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 09dd6e2..45a8cfd 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -91,8 +91,8 @@ export default function Home() { useEffect(() => { setValues({ - password: null, - showPassword: false, + password: (''), + showPassword: null, }); setEmail("") }, [rota])