@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "7.48.1-EPDM-12680.26",
3
+ "version": "7.48.1-EPDM-12680.27",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -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: 4px;
524
- border-bottom-left-radius: 4px;
523
+ border-top-left-radius: 2px;
524
+ border-bottom-left-radius: 2px;
525
525
  `
526
526
 
527
527
  const StringIconContainer = styled.div`