minor fixes

This commit is contained in:
Eric Fennis
2021-04-17 23:11:59 +02:00
parent b450764c68
commit d0f26f4110
2 changed files with 5 additions and 5 deletions

View File

@@ -10,13 +10,13 @@ import { createElement } from '../helpers/create-element';
:host {
display: inline-block;
fill: none;
stroke: inherit;
stroke-width: inherit;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
width: 24px;
height: 24px;
}
width: 24px;
height: 24px;
`]
})