Skip to content

Commit

Permalink
feat: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed Jan 24, 2024
1 parent 131a209 commit c73f31e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
color: #61dafb;
}

button {
padding: 0.5rem 1rem;
background: white;
color: black;
border-radius: 0.5rem;
font-weight: 500;
border: 1px solid #333333;
}

@keyframes App-logo-spin {
from {
transform: rotate(0deg);
Expand Down
2 changes: 1 addition & 1 deletion src/components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Login = ({ authenticated, handleLogin }: Props) => {
handleLogin();
}}
>
Please log in.
Login
</button>
</div>
)}
Expand Down

0 comments on commit c73f31e

Please sign in to comment.