1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 09:36:30 +07:00

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

@@ -17,6 +17,7 @@ export const ClipBoardCopyText = styled('span')({
overflow: 'hidden',
whiteSpace: 'nowrap',
height: '21px',
fontSize: '1rem',
},
});