fix(core): update

This commit is contained in:
2022-12-07 02:28:31 +01:00
parent 05b2b09395
commit cae421e140
5 changed files with 42 additions and 10 deletions

View File

@ -57,6 +57,7 @@ export class DeesInputQuantitySelector extends DeesElement {
min-width: 100px;
color: ${this.goBright ? '#666' : '#CCC'};
border: ${this.goBright ? '1px solid #333' : '1px solid #CCC'};
border-radius: 4px;
}
.mainContainer:hover {