Skip to content

Commit 6e08fba

Browse files
committed
Widget update.
1 parent fbc8993 commit 6e08fba

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.6.3/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/UI.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const injectStyledCSS = (
111111
.bb-feedback-type:hover {
112112
background-color: ${backgroundColorHover};
113113
}
114-
.bb-drawing-colorpopup {
114+
#bb-drawing-colorpopup {
115115
background-color: ${backgroundColor};
116116
}
117117
.bb-feedback-type-title,
@@ -124,9 +124,13 @@ export const injectStyledCSS = (
124124
}
125125
.bb-drawing-tool-item svg,
126126
.bb-drawing-tool-item svg g,
127-
.bb-drawing-tool-back svg {
127+
.bb-drawing-tool-back svg,
128+
.bb-drawing-tool-back svg g {
128129
fill: ${contrastBackgroundColor};
129130
}
131+
.bb-drawing-tool-spacer {
132+
background-color: ${backgroundColorHover};
133+
}
130134
.bb-feedback-dialog {
131135
border-radius: ${borderRadius}px;
132136
background-color: ${backgroundColor};

0 commit comments

Comments
 (0)