Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
fix(style): typography tweaks (#778)
Browse files Browse the repository at this point in the history
* update design system
* Update ui/Screen/DesignSystemGuide.svelte
  • Loading branch information
juliendonck committed Aug 14, 2020
1 parent ac1f4c1 commit faebf1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/typography.css
@@ -1,4 +1,4 @@
/* Headers */
/* headers */

h1,
.typo-header-1 {
Expand Down Expand Up @@ -36,7 +36,7 @@ h5,
letter-spacing: 0.05rem;
}

/* paragraph */
/* text */

p,
.typo-text {
Expand Down
2 changes: 1 addition & 1 deletion ui/Screen/DesignSystemGuide.svelte
Expand Up @@ -378,7 +378,7 @@
<h4>Radicle Upstream</h4>
</TypographySwatch>

<TypographySwatch title="<p>">
<TypographySwatch title={`<p> or <p class="typo-text">`}>
<p>Radicle Upstream</p>
</TypographySwatch>

Expand Down

0 comments on commit faebf1b

Please sign in to comment.