You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I passed this vars to labelFontFamily on Input, DatePicker and Select components, and changed as they use the text-label-font-weight var, I changed that to "normal". So it should use "TitilliumWeb-Bold" and normal weight. On DatePicker and Select it worked, but Input label keeps using "text-font-family".
I know I can deal this using "labelStyle" prop, but I wanted to keep everything on a pattern.
(First of all, sorry for my bad english)
🐛 Bug Report
I'm using custom mapping to change all project fonts. I'm using the font
TitilliumWeb
, and to change all components fonts I created 3 vars:Then I passed this vars to
labelFontFamily
onInput
,DatePicker
andSelect
components, and changed as they use thetext-label-font-weight
var, I changed that to "normal". So it should use "TitilliumWeb-Bold" and normal weight. On DatePicker and Select it worked, but Input label keeps using "text-font-family".I know I can deal this using "labelStyle" prop, but I wanted to keep everything on a pattern.
To Reproduce
Custom-mapping.json:
Expected behavior
Like the
DatePicker
andSelect
,Input
label to use thelabelFontFamily
.Link to runnable example or repository (highly encouraged)
Sorry for not providing it.
UI Kitten and Eva version
Environment information
The text was updated successfully, but these errors were encountered: