@capillarytech/creatives-library 8.0.199-alpha.0 → 8.0.199

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.199-alpha.0",
4
+ "version": "8.0.199",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -587,7 +587,7 @@
587
587
  font-weight: 600;
588
588
  }
589
589
  .actions{
590
- background-color: #EEEEEE;
590
+ background-color: $CAP_WHITE;
591
591
  height: 32px;
592
592
  padding: 4px;
593
593
  .action{
@@ -649,7 +649,7 @@
649
649
  text-align: center;
650
650
  .action{
651
651
  font-size: 12px;
652
- color: #000000;
652
+ color: $CAP_BLUE01;
653
653
  font-weight: 600;
654
654
  text-align: center;
655
655
  margin-left: 8px;