-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Icon styles currently set a line height but are using the wrong token variable. Additionally, some of the icons get rendered with an incorrect height.
We should add
.material-symbols-outlined,
.material-symbols {
line-height: var(--rm-line-height-densest);
vertical-align: baseline;
}To the icon styles to ensure the sizing of icons is correct.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working