@3cr/viewer-browser 0.0.33 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3cr/viewer-browser",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "main": "./dist/Viewer3CR.umd.js",
5
5
  "module": "dist/Viewer3CR.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
@@ -375,7 +375,7 @@
375
375
  <v-btn
376
376
  class="transparent icon"
377
377
  icon="fullscreen"
378
- color="white"
378
+ color="transparent"
379
379
  @click="fullscreenLayout(layout.DefaultView)"
380
380
  >
381
381