@deque/cauldron-styles 4.1.0-canary.a5dcfeed → 4.1.0-canary.ab60e8dd
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
|
@@ -381,7 +381,7 @@ p {
|
|
|
381
381
|
position: relative;
|
|
382
382
|
text-align: center;
|
|
383
383
|
text-transform: uppercase;
|
|
384
|
-
height: 36px;
|
|
384
|
+
min-height: 36px;
|
|
385
385
|
min-width: 100px;
|
|
386
386
|
display: inline-grid;
|
|
387
387
|
grid-auto-flow: column;
|
|
@@ -2314,6 +2314,7 @@ p .Link {
|
|
|
2314
2314
|
background: transparent;
|
|
2315
2315
|
border: 0;
|
|
2316
2316
|
height: calc(var(--text-size-small) + 9px);
|
|
2317
|
+
color: currentColor;
|
|
2317
2318
|
}
|
|
2318
2319
|
|
|
2319
2320
|
.Toast__dismiss:focus {
|
package/package.json
CHANGED