@lundal/zed-solid 0.0.7 → 0.0.8
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/dist/style.css +4 -3
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
border-radius: 12px;
|
|
81
81
|
padding: 24px;
|
|
82
82
|
background: var(--z-foreground);
|
|
83
|
-
|
|
83
|
+
border: 1px solid var(--z-border);
|
|
84
84
|
}
|
|
85
85
|
.z-checkbox {
|
|
86
86
|
display: flex;
|
|
@@ -164,6 +164,8 @@
|
|
|
164
164
|
.z-dialog::backdrop {
|
|
165
165
|
transition: opacity 0.1s;
|
|
166
166
|
opacity: 0;
|
|
167
|
+
background: none;
|
|
168
|
+
backdrop-filter: blur(2px);
|
|
167
169
|
}
|
|
168
170
|
|
|
169
171
|
.z-dialog--open {
|
|
@@ -593,8 +595,7 @@ dialog:focus-visible {
|
|
|
593
595
|
--z-button-tertiary-fill: transparent;
|
|
594
596
|
--z-button-tertiary-text: #e6e6e6;
|
|
595
597
|
--z-button-icon-fill: #2c2c35;
|
|
596
|
-
|
|
597
|
-
--z-input-border: #8f8f8f; /* Lc 40 */
|
|
598
|
+
--z-input-border: #79798a; /* Lc 30 */
|
|
598
599
|
--z-input-active-border: #6068ff; /* Lc 30 */
|
|
599
600
|
--z-input-active-fill: #7882ff; /* Lc 40 */
|
|
600
601
|
--z-input-error-border: #db3a32; /* Lc 30 */
|