Skip to content

Commit

Permalink
fixed color schema for toolbar
Browse files Browse the repository at this point in the history
Issue imixs#200
  • Loading branch information
rsoika committed Mar 5, 2023
1 parent 027a35e commit d007fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/open-bpmn-glsp/css/diagram.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
********************************************************************************/

.tool-palette .palette-body .group-header {
background: var(--theia-sideBar-background);
background: var(--theia-editorHoverWidget-statusBarBackground);
}
.sprotty-graph {
font-size: 15pt;
Expand Down

0 comments on commit d007fa6

Please sign in to comment.