diff --git a/src/components/LockIcon.tsx b/src/components/LockIcon.tsx index 504417ae..e8db82f4 100644 --- a/src/components/LockIcon.tsx +++ b/src/components/LockIcon.tsx @@ -32,6 +32,7 @@ const ICONS = { height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" + style={{ left: 2 }} > diff --git a/src/components/ToolIcon.scss b/src/components/ToolIcon.scss index 9cceba28..8e146e44 100644 --- a/src/components/ToolIcon.scss +++ b/src/components/ToolIcon.scss @@ -17,6 +17,7 @@ border-radius: var(--space-factor); svg { + position: relative; height: 1em; } }