@scalar/themes
Advanced tools
Comparing version 0.9.8 to 0.9.9
# @scalar/themes | ||
## 0.9.9 | ||
### Patch Changes | ||
- 3b83b82: fix: empty html response show theme background | ||
## 0.9.8 | ||
@@ -4,0 +10,0 @@ |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"engines": { | ||
@@ -21,0 +21,0 @@ "node": ">=18" |
@@ -79,3 +79,3 @@ import type { Config } from 'tailwindcss' | ||
// Utility Colors | ||
backdrop: 'rgba(0, 0, 0, 0.44)', // Overlay Backdrops | ||
backdrop: 'rgba(0, 0, 0, 0.22)', // Overlay Backdrops | ||
border: 'var(--scalar-border-color)', | ||
@@ -82,0 +82,0 @@ brand: 'var(--scalar-brand)', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104944