fix: changes font size for items of the register-info component (#196)

* fix: changes font size for items of the register-info component

This changes the font size for items of the register-info component to 1rem
Fixes #193.

* chore: added missing snapshots for previous commit
This commit is contained in:
Andrew Smith
2019-10-15 00:37:39 -05:00
committed by Juan Picado @jotadeveloper
parent cfb29ce325
commit 6f87be68be
5 changed files with 7 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ exports[`<Install /> renders correctly 1`] = `
class="css-1mta3t8 emotion-4"
>
<span
class="css-1m8aenu emotion-2"
class="css-lh0wgu emotion-2"
>
npm install foo
</span>
@@ -103,7 +103,7 @@ exports[`<Install /> renders correctly 1`] = `
class="css-1mta3t8 emotion-4"
>
<span
class="css-1m8aenu emotion-2"
class="css-lh0wgu emotion-2"
>
yarn add foo
</span>
@@ -170,7 +170,7 @@ exports[`<Install /> renders correctly 1`] = `
class="css-1mta3t8 emotion-4"
>
<span
class="css-1m8aenu emotion-2"
class="css-lh0wgu emotion-2"
>
pnpm install foo
</span>