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.
Files changed (2) hide show
  1. package/dist/index.css +2 -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(--black);
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-soft);
1016
+ background-color: var(--primary-color);
1017
1017
  border: 0;
1018
1018
  }
1019
1019
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-kit-ck-consultant",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "Noah LANFRIT",
6
6
  "license": "MIT",