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