@deque/cauldron-styles 3.0.1-canary.58741b89 → 3.0.1-canary.b21ec32c
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/index.css +2 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -888,7 +888,7 @@ button.Link {
|
|
|
888
888
|
}
|
|
889
889
|
|
|
890
890
|
.Dialog__content {
|
|
891
|
-
padding:
|
|
891
|
+
padding: var(--dialog-padding);
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
.Dialog__content p:first-child {
|
|
@@ -940,6 +940,7 @@ button.Link {
|
|
|
940
940
|
display: flex;
|
|
941
941
|
justify-content: center;
|
|
942
942
|
border-top: none;
|
|
943
|
+
padding-top: 0;
|
|
943
944
|
}
|
|
944
945
|
|
|
945
946
|
/* Dark Theme */
|
package/package.json
CHANGED