mayak-common-library 0.0.498 → 0.0.499

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.498",
3
+ "version": "0.0.499",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -510,14 +510,14 @@ $screen-xl: 1536px;
510
510
 
511
511
 
512
512
  .homeLocaleSwitcher {
513
- p {
514
- color: white!important;
513
+ span {
514
+ color: white !important;
515
515
  }
516
516
  svg {
517
517
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
518
518
  }
519
519
  &:hover {
520
- p {
520
+ span {
521
521
  color: $colorDark!important;
522
522
  }
523
523
  svg {