@deque/cauldron-styles 5.3.0-canary.2da9fcb3 → 5.3.0-canary.34a9f648
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 +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2689,7 +2689,7 @@ button.TooltipTabstop {
|
|
|
2689
2689
|
--top-bar-accent-error: var(--accent-danger);
|
|
2690
2690
|
--top-bar-accent-success: #62e86b;
|
|
2691
2691
|
--top-bar-accent-warning-other: var(--accent-danger-light);
|
|
2692
|
-
--top-bar-height:
|
|
2692
|
+
--top-bar-height: 70px;
|
|
2693
2693
|
--top-bar-height-thin: 43px;
|
|
2694
2694
|
}
|
|
2695
2695
|
|
package/package.json
CHANGED