@deque/cauldron-styles 6.16.0-canary.bd8f7737 → 6.16.0-canary.cd6c09d5
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 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -4101,7 +4101,7 @@ button.TooltipTabstop {
|
|
|
4101
4101
|
--panel-border-color: var(--gray-40);
|
|
4102
4102
|
--panel-background-color: var(--white);
|
|
4103
4103
|
--panel-heading-color: var(--gray-90);
|
|
4104
|
-
--panel-padding: var(--space-
|
|
4104
|
+
--panel-padding: var(--space-large);
|
|
4105
4105
|
--panel-divider-border-color: var(--gray-40);
|
|
4106
4106
|
--panel-content-color: var(--gray-80);
|
|
4107
4107
|
}
|
|
@@ -4110,7 +4110,7 @@ button.TooltipTabstop {
|
|
|
4110
4110
|
padding: var(--panel-padding);
|
|
4111
4111
|
margin: 0;
|
|
4112
4112
|
border: 1px solid var(--panel-border-color);
|
|
4113
|
-
border-radius:
|
|
4113
|
+
border-radius: 16px;
|
|
4114
4114
|
box-shadow: var(--drop-shadow-raised);
|
|
4115
4115
|
background-color: var(--panel-background-color);
|
|
4116
4116
|
word-break: break-word;
|
package/package.json
CHANGED