Skip to content

Commit

Permalink
Fix scrollbar color under dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Jul 29, 2024
1 parent 3e0d073 commit fca00c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devclean-ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "devclean-ui",
"version": "0.1.7"
"version": "0.1.8"
},
"tauri": {
"allowlist": {
Expand Down
8 changes: 4 additions & 4 deletions devclean-ui/src/App.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.logo.vite:hover {
filter: drop-shadow(0 0 2em #747bff);
html {
color-scheme: light;
}

.logo.react:hover {
filter: drop-shadow(0 0 2em #61dafb);
html.dark {
color-scheme: dark;
}

0 comments on commit fca00c2

Please sign in to comment.