Skip to content

Commit 78eeaa8

Browse files
committed
Cleanup.
1 parent 2a113a6 commit 78eeaa8

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

demo/appwidget.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
margin-right: 10px;
5353
}
5454

55+
.bb-feedback-dialog-header-next svg {
56+
fill: #192027;
57+
}
58+
5559
.bb-feedback-dialog-header-next svg {
5660
width: 18px;
5761
height: auto;

src/UI.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ export const injectStyledCSS = (
8787
background-color: ${contrastHeaderColor};
8888
border-radius: ${containerBorderRadius}px;
8989
}
90+
.bb-feedback-dialog-header-next {
91+
background-color: ${contrastHeaderColor};
92+
}
93+
.bb-feedback-dialog-header-next span {
94+
color: ${headerColor};
95+
}
96+
.bb-feedback-dialog-header-next svg {
97+
fill: ${headerColor};
98+
}
9099
.bb-feedback-type {
91100
border-radius: ${containerBorderRadius}px;
92101
background-color: ${backgroundColor};
@@ -102,6 +111,9 @@ export const injectStyledCSS = (
102111
.bb-feedback-type:hover {
103112
background-color: ${backgroundColorHover};
104113
}
114+
.bb-drawing-colorpopup {
115+
background-color: ${backgroundColor};
116+
}
105117
.bb-feedback-type-title,
106118
.bb-feedback-form-description,
107119
.bb-feedback-elementtitle,
@@ -110,6 +122,11 @@ export const injectStyledCSS = (
110122
{
111123
color: ${contrastBackgroundColor};
112124
}
125+
.bb-drawing-tool-item svg,
126+
.bb-drawing-tool-item svg g,
127+
.bb-drawing-tool-back svg {
128+
fill: ${contrastBackgroundColor};
129+
}
113130
.bb-feedback-dialog {
114131
border-radius: ${borderRadius}px;
115132
background-color: ${backgroundColor};

0 commit comments

Comments
 (0)