fix(core): update
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user