mayak-common-library 0.0.830 → 0.0.831

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.830",
3
+ "version": "0.0.831",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -488,10 +488,10 @@ $screen-xl: 1536px;
488
488
  color: $colorDark !important;
489
489
  }
490
490
 
491
- .white-placeholder::placeholder {
491
+ .white-placeholder input::placeholder {
492
492
  color: #fff !important;
493
493
  }
494
- .gray-placeholder::placeholder {
494
+ .gray-placeholder input::placeholder {
495
495
  color: $colorDark !important;
496
496
  }
497
497