@kiefer-tek/sophea-design-system 0.15.8 → 0.15.10
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/src/tokens/colors_and_type.css +1 -1
package/dist/index.css
CHANGED
|
@@ -10531,7 +10531,7 @@ tbody tr:hover .sn-Table-module__td--jv9tA {
|
|
|
10531
10531
|
min-width: 1rem;
|
|
10532
10532
|
padding-inline: 0.25rem;
|
|
10533
10533
|
border-radius: 999px;
|
|
10534
|
-
background: var(--
|
|
10534
|
+
background: var(--status-error-05);
|
|
10535
10535
|
color: #fff;
|
|
10536
10536
|
font-size: 10px;
|
|
10537
10537
|
font-weight: 700;
|
|
@@ -10548,7 +10548,7 @@ tbody tr:hover .sn-Table-module__td--jv9tA {
|
|
|
10548
10548
|
min-width: 1rem;
|
|
10549
10549
|
padding-inline: 0.25rem;
|
|
10550
10550
|
border-radius: 999px;
|
|
10551
|
-
background: var(--
|
|
10551
|
+
background: var(--status-error-05);
|
|
10552
10552
|
color: #fff;
|
|
10553
10553
|
font-size: 10px;
|
|
10554
10554
|
font-weight: 700;
|
package/package.json
CHANGED