@eturnity/eturnity_reusable_components 7.35.1-EPDM-10620.5 → 7.35.1-EPDM-10620.6

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.35.1-EPDM-10620.5",
3
+ "version": "7.35.1-EPDM-10620.6",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -169,10 +169,10 @@
169
169
 
170
170
  const OptionsContainer = styled.div`
171
171
  position: fixed;
172
- right: -300px;
172
+ right: -252px;
173
173
  background-color: ${(props) => props.theme.colors.black};
174
174
  border-radius: 4px;
175
- padding: 20px;
175
+ padding: 15px;
176
176
  `
177
177
 
178
178
  const SelectedContainer = styled.div`