Skip to content

Commit

Permalink
fix(Toggletip): update type token (#14202)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Datilio Ribeiro <guilhermedatilio@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 13, 2023
1 parent 2212770 commit 2e55184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/scss/components/toggletip/_toggletip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
row-gap: spacing.$spacing-05;
}

.#{$prefix}--toggletip-content p {
@include type.type-style('body-01');
}

.#{$prefix}--toggletip-actions {
display: flex;
align-items: center;
Expand Down

0 comments on commit 2e55184

Please sign in to comment.