Skip to content

Commit

Permalink
feat: adjusted button css
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalPawar1010 committed Jul 17, 2024
1 parent b733b51 commit cb3ff80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/global.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"> */
.loginBtn {
margin-top: 15px;
font-size: medium;
color: white;
height: 36px; /* Adjust height as needed */
Expand All @@ -14,6 +15,7 @@
background-color: green;
}
.logoutBtn {
margin-top: 15px;
font-size: medium;
color: white;
height: 36px; /* Adjust height as needed */
Expand Down

0 comments on commit cb3ff80

Please sign in to comment.