@scalar/themes
Advanced tools
Comparing version 0.9.42 to 0.9.43
# @scalar/themes | ||
## 0.9.43 | ||
### Patch Changes | ||
- 197e3ae: (style)api-client: make input styles more consistent | ||
## 0.9.42 | ||
@@ -4,0 +10,0 @@ |
@@ -167,2 +167,3 @@ /** Scalar Tailwind Preset */ | ||
4: string; | ||
'1/2': string; | ||
accent: string; | ||
@@ -169,0 +170,0 @@ btn: string; |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.9.42", | ||
"version": "0.9.43", | ||
"engines": { | ||
@@ -21,0 +21,0 @@ "node": ">=18" |
@@ -60,4 +60,6 @@ import type { Config } from 'tailwindcss' | ||
4: 'var(--scalar-background-3)', | ||
accent: 'var(--scalar-background-accent)', | ||
btn: 'var(--scalar-button-1)', | ||
'1/2': | ||
'color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2))', | ||
'accent': 'var(--scalar-background-accent)', | ||
'btn': 'var(--scalar-button-1)', | ||
}, | ||
@@ -64,0 +66,0 @@ |
Sorry, the diff of this file is not supported yet
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
126072
3542