@moldable-ai/ui 0.2.33 → 0.2.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 +1 -1
- package/src/styles/index.css +7 -1
package/package.json
CHANGED
package/src/styles/index.css
CHANGED
|
@@ -1395,7 +1395,13 @@
|
|
|
1395
1395
|
}
|
|
1396
1396
|
|
|
1397
1397
|
.moldable-material[data-material-elevation='control'] {
|
|
1398
|
-
--material-active-shadow: inset 0 0 0 1px rgb(255 255 255 /
|
|
1398
|
+
--material-active-shadow: inset 0 0 0 1px rgb(255 255 255 / 5%);
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
:root.dark .moldable-material[data-material-elevation='control'],
|
|
1402
|
+
:root[data-ui-appearance='dark']
|
|
1403
|
+
.moldable-material[data-material-elevation='control'] {
|
|
1404
|
+
--material-active-shadow: inset 0 0 0 1px rgb(255 255 255 / 2%);
|
|
1399
1405
|
}
|
|
1400
1406
|
|
|
1401
1407
|
.moldable-material[data-material-elevation='panel'] {
|