SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
256 stars 125 forks source link

Textarea font size too small #11809

Open GoodDesignWorks opened 2 weeks ago

GoodDesignWorks commented 2 weeks ago

I want to report a Textarea visual bug:

the Textarea currently has a smaller text size than 14px. The CSS parameter should be @sapFontSize. Could you update this, please?

droshev commented 2 weeks ago

@GoodDesignWorks I have checked in Styles and NGX what font-size we have set for textarea and it is --sapFontSize:

Screenshot 2024-04-24 at 05 51 57 Screenshot 2024-04-24 at 05 51 31

The actual value for Horizon is 0.875rem which is 14px

droshev commented 2 weeks ago

Actually the issue is reported for readonly textarea and is valid.