Skip to content

Commit

Permalink
Update UI.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Jan 18, 2022
1 parent 97f5a2d commit beba53c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ export const injectStyledCSS = (
.bb-drawing-tool-item--active {
background-color: ${primaryColor};
}
.bb-drawing-tool-item--active svg,
.bb-drawing-tool-item--active svg g {
fill: ${contrastColor};
}
.bb-screenshot-editor-borderlayer {
border-color: ${primaryColor};
}
Expand Down

0 comments on commit beba53c

Please sign in to comment.