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
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "",
"projects": {
@@ -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;
`]
})