Leave whitespace between the active tool indicator and the focus ring

This commit is contained in:
Tessa Kelly 2023-03-27 16:55:17 -06:00
parent 25ea99ba50
commit 790a802ff5

View File

@ -137,6 +137,7 @@ viewTool name focusAndSelect theme selected tag tools currentTool getName =
[ Css.cursor Css.pointer
, Css.position Css.relative
, Css.pseudoClass "focus-within" FocusRing.styles
, Css.paddingBottom (Css.px 2)
]
]
[ input