Browse Source

fix viewport color for transparent background (#617)

Alexander Rose 2 years ago
parent
commit
a5cf41e65f
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      src/mol-plugin-ui/skin/base/components/viewport.scss

+ 1 - 0
CHANGELOG.md

@@ -10,6 +10,7 @@ Note that since we don't clearly distinguish between a public and private interf
 - Store URL of downloaded assets to detect zip/gzip based on extension
 - Add optional `operator.key`; can be referenced in `IndexPairBonds`
 - Add overpaint/transparency/substance theme strength to representations
+- Fix viewport color for transparent background
 
 ## [v3.23.0] - 2022-10-19
 

+ 1 - 1
src/mol-plugin-ui/skin/base/components/viewport.scss

@@ -4,7 +4,7 @@
     top: 0;
     right: 0;
     bottom: 0;
-    background: black;
+    background: $default-background;
 
     .msp-btn-link {
         background: rgba(0,0,0,0.2);