@weni/unnnic-system 2.0.31-alpha.3 → 2.0.31-alpha.5

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": "@weni/unnnic-system",
3
- "version": "2.0.31-alpha.3",
3
+ "version": "2.0.31-alpha.5",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -242,6 +242,7 @@ export default {
242
242
  color: $unnnic-color-neutral-cloudy;
243
243
  flex-grow: 1;
244
244
  overflow-y: auto;
245
+ font-family: $unnnic-font-family-secondary;
245
246
 
246
247
  &::-webkit-scrollbar {
247
248
  width: $unnnic-spacing-inline-nano;