mirror of
https://github.com/SomboChea/ui
synced 2026-01-18 17:16:00 +07:00
feat: version Component - Replaced classes by func. comp (#129)
* refactor: replaced classes by func comp * fix: fixed space margin * refactor: changed display logic * fix: fixed types * fix: fixed Version test * fix: fixed version style
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
1a74c08b5d
commit
1d705da38c
@@ -14,6 +14,7 @@ export const Spacer = styled('div')({
|
||||
borderBottom: '1px dotted rgba(0, 0, 0, 0.2)',
|
||||
whiteSpace: 'nowrap',
|
||||
height: '0.5em',
|
||||
margin: '0 16px',
|
||||
});
|
||||
|
||||
export const ListItemText = styled(MuiListItemText)({
|
||||
|
||||
Reference in New Issue
Block a user