Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Wooding <[email protected]>
  • Loading branch information
origami-z and joshwooding authored May 10, 2024
1 parent 03d23fd commit c149f2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .storybook/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.salt-theme .sbdocs {
font-family: var(--salt-palette-text-fontFamily);
font-family: var(--salt-text-fontFamily);
font-size: var(--salt-text-fontSize);
letter-spacing: var(--salt-text-letterSpacing);
line-height: var(--salt-text-lineHeight);
Expand Down Expand Up @@ -41,7 +41,7 @@
color: var(--salt-color-gray-900);
font-size: var(--salt-text-fontSize);
line-height: var(--salt-text-lineHeight);
font-family: var(--salt-palette-text-fontFamily-code);
font-family: var(--salt-text-code-fontFamily);
font-size: var(--salt-text-fontSize);
letter-spacing: var(--salt-text-letterSpacing);
line-height: var(--salt-text-lineHeight);
Expand Down
2 changes: 1 addition & 1 deletion packages/lab/stories/skip-link/skip-link.stories.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

.goalsList {
font-size: var(--salt-text-fontSize);
font-family: var(--salt-palette-text-fontFamily);
font-family: var(--salt-text-fontFamily);
line-height: var(--salt-text-lineHeight);
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.characteristicTokenDoc {
font-family: var(--salt-palette-text-fontFamily-code);
font-family: var(--salt-text-fontFamily-code);
height: var(--salt-size-base);
margin: var(--salt-size-unit);
}
Expand Down

0 comments on commit c149f2c

Please sign in to comment.