@hexure/ui 1.13.75 → 1.13.76
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/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -3217,6 +3217,7 @@ const MenuWrapper$1 = styled.button `
|
|
|
3217
3217
|
border-left-color: ${props => (props.$active ? props.$color.Hex : 'transparent')};
|
|
3218
3218
|
cursor: pointer;
|
|
3219
3219
|
height: 40px;
|
|
3220
|
+
padding-right: 0px;
|
|
3220
3221
|
|
|
3221
3222
|
&:hover > div {
|
|
3222
3223
|
color: ${props => props.$color.Hex};
|