@eturnity/eturnity_reusable_components 1.1.91 → 1.1.92

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": "1.1.91",
3
+ "version": "1.1.92",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -158,7 +158,7 @@ const ErrorMessage = styled.div`
158
158
  font-size: 14px;
159
159
  color: ${(props) => props.theme.colors.red};
160
160
  position: absolute;
161
- bottom: -18px;
161
+ top: calc(100% + 1px);
162
162
  `
163
163
 
164
164
  const LabelWrapper = styled.div`
@@ -108,7 +108,7 @@ const ErrorMessage = styled.div`
108
108
  font-size: 14px;
109
109
  color: ${(props) => props.theme.colors.red};
110
110
  position: absolute;
111
- bottom: -18px;
111
+ top: calc(100% + 1px);
112
112
  `
113
113
 
114
114
  export default {