fix(core): update
This commit is contained in:
parent
5f793f0acc
commit
162003ba7a
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-catalog',
|
||||
version: '1.0.82',
|
||||
version: '1.0.83',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ export class DeesSpeechbubble extends DeesElement {
|
||||
position: relative;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
color: #fff;
|
||||
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
@ -61,7 +61,7 @@ export class DeesSpeechbubble extends DeesElement {
|
||||
.arrow {
|
||||
position: absolute;
|
||||
transform: rotate(45deg);
|
||||
background: #333;
|
||||
background: ${cssManager.bdTheme('#fff', '#333')};
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
left: 5px;
|
||||
@ -70,7 +70,7 @@ export class DeesSpeechbubble extends DeesElement {
|
||||
}
|
||||
|
||||
.maincontainer {
|
||||
background: #333;
|
||||
background: ${cssManager.bdTheme('#fff', '#333')};
|
||||
padding: 0px 10px;
|
||||
border-radius: 3px;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user