@eturnity/eturnity_reusable_components 7.48.1-EPDM-12680.26 → 7.48.1-EPDM-12680.27
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
@@ -520,8 +520,8 @@
|
|
520
520
|
background-color: ${(props) => props.backgroundColor};
|
521
521
|
width: 22px;
|
522
522
|
min-height: 100%;
|
523
|
-
border-top-left-radius:
|
524
|
-
border-bottom-left-radius:
|
523
|
+
border-top-left-radius: 2px;
|
524
|
+
border-bottom-left-radius: 2px;
|
525
525
|
`
|
526
526
|
|
527
527
|
const StringIconContainer = styled.div`
|