aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings/components/AddAttributeDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/settings/components/AddAttributeDialog.js')
-rw-r--r--modern/src/settings/components/AddAttributeDialog.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/settings/components/AddAttributeDialog.js b/modern/src/settings/components/AddAttributeDialog.js
index b7ce43f3..d0ac5f46 100644
--- a/modern/src/settings/components/AddAttributeDialog.js
+++ b/modern/src/settings/components/AddAttributeDialog.js
@@ -48,11 +48,11 @@ const AddAttributeDialog = ({ open, onResult, definitions }) => {
renderOption={(option) => option.name}
freeSolo
renderInput={(params) => (
- <TextField {...params} label={t('sharedAttribute')} variant="filled" margin="normal" />
+ <TextField {...params} label={t('sharedAttribute')} margin="normal" />
)}
/>
<FormControl
- variant="filled"
+
margin="normal"
fullWidth
disabled={key in definitions}