icon size not scaling down and up automatically mui
hey folks as we know that em units are relative to thier parent font-size so in this case the size of calendarMonth icon should scale up and down according to the parent font size which in case is the typography element but the size of the icon always remains the same
I'm using mui by default in mui icon size are 1em which is 24px as parent initial font-size is 1rem but if I set my parent font-size to
.75rem
shoudn't the icon size scale down2 Replies
The icon definitely has
height: 1em
? It does need to be told to use font-size as a reference, and it's not defaultit default I checked you can look at the mui docs