aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings/components/EditAttributesAccordion.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-08-06 07:37:48 -0700
committerAnton Tananaev <anton@traccar.org>2022-08-06 07:37:48 -0700
commitd4d7752e96258cce717cc39885788d5983361b9b (patch)
treef4557b42e5c2637e8c615bda6769d7064482ffe4 /modern/src/settings/components/EditAttributesAccordion.js
parent6975055fd388c813e730a9be65f6fc96ad5f213e (diff)
downloadtrackermap-web-d4d7752e96258cce717cc39885788d5983361b9b.tar.gz
trackermap-web-d4d7752e96258cce717cc39885788d5983361b9b.tar.bz2
trackermap-web-d4d7752e96258cce717cc39885788d5983361b9b.zip
Minor UI improvements
Diffstat (limited to 'modern/src/settings/components/EditAttributesAccordion.js')
-rw-r--r--modern/src/settings/components/EditAttributesAccordion.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/components/EditAttributesAccordion.js b/modern/src/settings/components/EditAttributesAccordion.js
index 54ded187..214ddb0e 100644
--- a/modern/src/settings/components/EditAttributesAccordion.js
+++ b/modern/src/settings/components/EditAttributesAccordion.js
@@ -199,7 +199,7 @@ const EditAttributesAccordion = ({ attribute, attributes, setAttributes, definit
autoFocus={focusAttribute === key}
endAdornment={(
<InputAdornment position="end">
- <IconButton size="small" onClick={() => deleteAttribute(key)}>
+ <IconButton size="small" edge="end" onClick={() => deleteAttribute(key)}>
<CloseIcon fontSize="small" />
</IconButton>
</InputAdornment>