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:
committed by
Juan Picado @jotadeveloper
parent
cfb29ce325
commit
6f87be68be
@@ -17,6 +17,7 @@ export const ClipBoardCopyText = styled('span')({
|
||||
overflow: 'hidden',
|
||||
whiteSpace: 'nowrap',
|
||||
height: '21px',
|
||||
fontSize: '1rem',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user