Skip to content

Commit

Permalink
style(protocol-designer): adjust font styling on slot warning text (#…
Browse files Browse the repository at this point in the history
…5105)

* style(protocol-designer): adjust font styling on slot warning text

closes #5075

* use variable for line height
  • Loading branch information
jen-fong authored Mar 2, 2020
1 parent 3f7aecc commit 712dd62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protocol-designer/src/components/DeckSetup/SlotWarning.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

.warning_text {
padding: 1.3rem 0.5rem 0 0.5rem;
font-size: var(--fs-caption);
font-weight: var(--fw-regular);
font-size: 0.52rem;
font-weight: var(--fw-semibold);
color: var(--c-med-gray);
line-height: var(--lh-title);
}

0 comments on commit 712dd62

Please sign in to comment.