Center delete icon in mutable list setting
This commit is contained in:
@@ -41,7 +41,7 @@ const MutableListItem = ({
|
|||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack direction="row">
|
<Stack sx={{ flexDirection: 'row', alignItems: 'center' }}>
|
||||||
{mutable ? (
|
{mutable ? (
|
||||||
<TextSetting {...textSettingProps} dialogTitle="" />
|
<TextSetting {...textSettingProps} dialogTitle="" />
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user