PB2019 R3
Theme version 190
By default our toolbar text size is set to 8
Once we apply a theme, that includes menu, the toolbar text size increases. We display a bitmap image, and below that the text is now cut off. So the text size increases when a theme is applied to menu but we do not want that.
Only thing that seemed to work is setting the menu drawing:false. This is not ideal because that strips theming from all menu objects. Not including the toolbar theming in menu did not seem to do anything either.
No where in the theme.json or additonal jsons does it set text-size/font size so we don't know where that overriding statement is coming from.
Is there a way to either
- change text size for toolbars in theming?
- disable theming for toolbar (specifically for text size). So it reverts back to default text size?
- Or a workaround for the toolbar text size
Thank you for your time,
JP