Skip to content

Commit

Permalink
Small button css change
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblurie29 committed Sep 14, 2023
1 parent d5ab4fc commit d52f5c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/ManageUsersTab.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
transition: 0.2s;
}

.manageUserSubmitButton:hover {
cursor: pointer;
}

.manageUserClearButton {
border-radius: 10px;
background-color: rgb(208, 208, 208);
Expand All @@ -26,3 +30,7 @@
padding: 4px 10px;
transition: 0.2s;
}

.manageUserClearButton {
cursor: pointer;
}

0 comments on commit d52f5c2

Please sign in to comment.