Orange-OpenSource / ods-flutter

Flutter library of reusable graphical components for Android and iOS
https://orange-opensource.github.io/ods-flutter/
MIT License
16 stars 4 forks source link

[Bug]: ODS - components - Lists - typography #269

Open mccart77 opened 10 months ago

mccart77 commented 10 months ago

Prerequisites

Your test device

iPhone 13

OS Version

16.1.1

App version

0.3.0 - 211

Describe the issue

The type sizes and weights do not match with the one specified in the Flutter UI Kit.

Expected Behavior

The title text should be: color: var(--core-ods-color-core-black-900, #000); / Body/Body-L / font-family: Roboto; font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; / 150% / letter-spacing: 0.5px;

The subtitle text should be: color: var(--core-ods-color-core-black-900, #000); / Body/Body-M / font-family: Roboto; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; / 142.857% / letter-spacing: 0.25px;

mccart77 commented 10 months ago

image