Skip to content

Commit

Permalink
reoder scss for react
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondk committed Feb 8, 2025
1 parent 0016418 commit 76e6da9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ button {
transition: background-color 0.3s;
}

.browser-warning {
display: none;
}

button:hover {
background-color: var(--rc-interaction-color-hover);
}

.browser-warning {
display: none;
}

0 comments on commit 76e6da9

Please sign in to comment.