Skip to content

Commit

Permalink
Icon: vertical-align unset when within Text (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras authored Oct 4, 2024
1 parent e7c8034 commit 4699930
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/gestalt/src/Text.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
composes: antialiased from "./Typography.css";
}

.Text svg,
.TextBody svg {
vertical-align: unset;
}

.lg {
font-family: var(--sema-font-family-body-lg);
font-size: var(--sema-font-size-body-lg);
Expand Down

0 comments on commit 4699930

Please sign in to comment.