Skip to content

Commit

Permalink
feat(image-viewer): support dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Apr 7, 2024
1 parent 48f18f3 commit 17aedc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/plugins/image-viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default {

ctx.theme.addStyles(`
body .viewer-backdrop {
background: rgba(239, 239, 239, 0.98);
background: rgba(var(--g-color-90-rgb), 0.98);
}
body .viewer-title {
Expand Down

0 comments on commit 17aedc0

Please sign in to comment.