@ludo.ninja/components 2.4.24 → 2.4.26

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.
@@ -15,6 +15,7 @@ const styled_components_1 = __importDefault(require("styled-components"));
15
15
  const StyledButton = styled_components_1.default.button `
16
16
  position: fixed;
17
17
  inset: auto auto 48px 0;
18
+ z-index: 999999;
18
19
 
19
20
  display: flex;
20
21
  padding: 7px 22px 7px 18px;
@@ -71,11 +71,9 @@ const BeforeMenuContainer = styled_components_1.default.div `
71
71
  }
72
72
  `;
73
73
  const SLinkStyles = (Link) => (0, styled_components_1.default)(Link) `
74
- &:not(:last-child) svg path {
75
- fill: ${({ theme }) => theme.colors.sidebarSvgPathFill};
76
- }
77
74
 
78
75
  .icon-wrapper {
76
+ color: ${({ theme }) => theme.colors.sidebarSvgPathFill};
79
77
  width: 20px;
80
78
  height: 20px;
81
79
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/components",
3
- "version": "2.4.24",
3
+ "version": "2.4.26",
4
4
  "private": false,
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",