fix(core): update

This commit is contained in:
2020-12-09 23:05:13 +00:00
parent d369805ee8
commit 05a9042de8
8 changed files with 38 additions and 31 deletions

View File

@@ -43,7 +43,7 @@ export class DeesButton extends DeesElement {
display: block;
text-align: center;
background: ${this.goBright ? '#eee' : '#333'};
border-top: 1px solid #444;
border-top: ${this.goBright ? '1px solid #eee' : '1px solid #444'};
border-radius: 2px;
line-height: 40px;
padding: 0px 10px;