@eturnity/eturnity_reusable_components 8.13.1 → 8.13.3

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": "@eturnity/eturnity_reusable_components",
3
- "version": "8.13.1",
3
+ "version": "8.13.3",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -169,10 +169,7 @@
169
169
  color && `${fillType}: ${theme.colors[color] || color};`}
170
170
  }
171
171
  &:hover svg path:not(.fix) {
172
- ${(props) =>
173
- `fill: ${
174
- props.hoveredColor || props.theme.semanticColors.purple[500]
175
- };`}
172
+ ${(props) => `${props.fillType}: ${props.hoveredColor || props.color};`}
176
173
  }
177
174
  &:hover + div {
178
175
  background-color: ${(props) => props.hoveredColor};
@@ -153,6 +153,7 @@
153
153
  width: auto;
154
154
  max-width: 70%;
155
155
  transform: translateX(-50%);
156
+ z-index: 999;
156
157
  `
157
158
 
158
159
  const CenterPageContainer = styled.div`