mirror of
https://github.com/mue/mue.git
synced 2026-07-20 15:34:10 +02:00
fix: various style issues
This commit is contained in:
@@ -5,7 +5,7 @@ import DragHandleIcon from '@material-ui/icons/DragIndicator';
|
||||
|
||||
const SortableItem = sortableElement(({value}) => (
|
||||
<li className='sortableitem'>
|
||||
<DragHandleIcon/>
|
||||
<DragHandleIcon style={{'verticalAlign': 'middle'}} />
|
||||
{value.charAt(0).toUpperCase() + value.slice(1)}
|
||||
</li>
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user