Add slight padding around add tag icon

This commit is contained in:
Henrik Giesel 2021-09-07 18:04:14 +02:00
parent 088420dff2
commit 9d73e928a6

View file

@ -46,6 +46,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
}
:global(svg) {
padding: 1px;
cursor: pointer;
fill: currentColor;
opacity: 0.6;