ui-kit-ck-consultant 1.0.2 → 1.0.3
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
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
/* Thead */
|
|
997
997
|
._1PGdH > tr > th {
|
|
998
998
|
border-bottom: solid 1px var(--border);
|
|
999
|
-
color: var(--
|
|
999
|
+
color: var(--white);
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
1002
|
/* Tr */
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
text-transform: uppercase;
|
|
1014
1014
|
letter-spacing: 0.4px;
|
|
1015
1015
|
padding: 0 10px;
|
|
1016
|
-
background-color: var(--primary-
|
|
1016
|
+
background-color: var(--primary-color);
|
|
1017
1017
|
border: 0;
|
|
1018
1018
|
}
|
|
1019
1019
|
|