Skip to content

Commit

Permalink
Change the placeholder background color
Browse files Browse the repository at this point in the history
fixes #365

Signed-off-by: muddana-satish <satish.muddana@ericsson.com>
  • Loading branch information
muddana-satish authored and bhufmann committed May 21, 2021
1 parent c1483bc commit a0207be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/style/trace-context-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.react-grid-item.react-grid-placeholder {
background: var(--theia-accent-color3);
background: var(--theia-badge-background) !important;
}

.trace-context-container {
Expand Down

0 comments on commit a0207be

Please sign in to comment.