mayak-common-library 0.0.747 → 0.0.748

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,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.747",
3
+ "version": "0.0.748",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -477,21 +477,21 @@ $screen-xl: 1536px;
477
477
  position: relative;
478
478
  //top: 2px;
479
479
  left: 2px;
480
- color: #939393 !important;
480
+ color: $colorDark !important;
481
481
  }
482
482
 
483
483
  .white-placeholder::placeholder {
484
484
  color: #fff !important;
485
485
  }
486
486
  .gray-placeholder::placeholder {
487
- color: #939393 !important;
487
+ color: $colorDark !important;
488
488
  }
489
489
 
490
490
  .placeholder-style-2::placeholder {
491
491
  position: relative;
492
492
  //top: 2px;
493
493
  left: 2px;
494
- color: #939393 !important;
494
+ color: $colorDark !important;
495
495
  }
496
496
 
497
497