Closed jhanarato closed 1 year ago
When we draw a DayOfWeekIcon the text has a static size, regardless of the size of the icon. It should expand to fill a given percentage.
DayOfWeekIcon
This was as simple as setting the font size to be equal to the icon size scaled down by a percentage.
When we draw a
DayOfWeekIcon
the text has a static size, regardless of the size of the icon. It should expand to fill a given percentage.