fix(core): update

This commit is contained in:
2022-06-10 15:50:56 +02:00
parent 7b8218ab77
commit 6a357cb227
4 changed files with 9 additions and 7 deletions

View File

@ -77,6 +77,7 @@ export class DeesInputText extends DeesElement {
transition: all 0.2s;
outline: none;
font-size: 16px;
font-family: "Roboto";
color: ${this.goBright ? '#333' : '#ccc'};
}