@npm_leadtech/legal-lib-components 7.31.0 → 7.32.1

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.
@@ -169,7 +169,7 @@ export const MenuItemsStyled = styled.div `
169
169
  }
170
170
 
171
171
  .products__list {
172
- top: 2.2rem;
172
+ top: 2rem;
173
173
  right: 0;
174
174
  padding: 0;
175
175
 
@@ -170,7 +170,7 @@ export const MenuItemsStyled = styled.div`
170
170
  }
171
171
 
172
172
  .products__list {
173
- top: 2.2rem;
173
+ top: 2rem;
174
174
  right: 0;
175
175
  padding: 0;
176
176
 
@@ -312,7 +312,7 @@ export const NavMenuStyled = styled.nav `
312
312
  overflow: hidden;
313
313
  white-space: nowrap;
314
314
  width: 6rem;
315
- color: var(--primary-main-light-5);
315
+ color: var(--primary-main-light-1);
316
316
  }
317
317
 
318
318
  .navigation-pane__user-menu {
@@ -313,7 +313,7 @@ export const NavMenuStyled = styled.nav`
313
313
  overflow: hidden;
314
314
  white-space: nowrap;
315
315
  width: 6rem;
316
- color: var(--primary-main-light-5);
316
+ color: var(--primary-main-light-1);
317
317
  }
318
318
 
319
319
  .navigation-pane__user-menu {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.31.0",
3
+ "version": "7.32.1",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",