Skip to content

Icon sizing issues #60

@Jeremy-Walton

Description

@Jeremy-Walton

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 working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions