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

@@ -84,7 +84,7 @@ export class DeesButton extends DeesElement {
box-shadow: ${cssManager.bdTheme('0px 0px 5px rgba(0,0,0,0.1)', 'none')};
border: 1px solid ${cssManager.bdTheme('#eee', '#333')};
border-top: ${cssManager.bdTheme('1px solid #eee', '1px solid #444')};
border-radius: 2px;
border-radius: 4px;
line-height: 40px;
padding: 0px 8px;
min-width: 100px;