Skip to content

Commit

Permalink
added a pointer cursor to theme button (shyamtawli#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2048 authored Oct 11, 2023
1 parent 11afd49 commit 0ad9ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Sidebar/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
border: solid 2px var(--border-color);
background-color: var(--secondary-color);
transition: all 0.2s ease;
cursor: pointer;
}

.theme-button:hover {
Expand Down

0 comments on commit 0ad9ca5

Please sign in to comment.