@aquera/nile-elements 0.0.73 → 0.0.74

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
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "0.0.73",
6
+ "version": "0.0.74",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -198,10 +198,10 @@ export const styles = css`
198
198
  -webkit-appearance: none;
199
199
  color: var(--nile-colors-dark-900);
200
200
  font-family: var(--nile-font-family-sans-serif);
201
- font-size: 16px;
201
+ font-size: 14px;
202
202
  font-style: normal;
203
203
  font-weight: 400;
204
- line-height: 24px;
204
+ line-height: 16px;
205
205
  letter-spacing: 0.2px;
206
206
  }
207
207