@eturnity/eturnity_reusable_components 1.2.56 → 1.2.57

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.2.56",
3
+ "version": "1.2.57",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -117,7 +117,7 @@ import styled from "vue-styled-components"
117
117
  border:1px solid ${props=>props.isActive?props.secondaryColor:props.inactiveColor};
118
118
  display:flex;
119
119
  align-items:center;
120
- font-size: 14px;
120
+ font-size: 13px;
121
121
  line-height: 1;
122
122
  text-align: center;
123
123
  padding: 10px;