Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Fixing Dark mode toggle is not reachable with keyboard navigation #1931

Merged
merged 4 commits into from
Nov 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replacing a tag with the button Issue #1927
  • Loading branch information
vasu authored and vasu committed Oct 9, 2022
commit f38ac6c33f0112e2b5ac242ca1b85d57db1397d7
2 changes: 1 addition & 1 deletion src/Components/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
}

.theme--button {
background-color: transparent;
border: none;
background-color: transparent;
margin-left: 1rem;
cursor: pointer;
}
Expand Down