Center delete icon in mutable list setting

This commit is contained in:
schroda
2025-01-08 00:34:51 +01:00
parent 054e837139
commit 33162e70b0

View File

@@ -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="" />
) : ( ) : (