forked from sombochea/verdaccio-ui
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:
committed by
Juan Picado @jotadeveloper
parent
cfb29ce325
commit
6f87be68be
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user