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