Skip to content

Fix identifier color conflicts with current desktop theme

Bruno Carmo Nunes requested to merge brunocmo/rocs:master into master

When your global theme background color is black, you can see barely the values inside the identifier of node and edge type properties.

rocs_black_black

To fix it, changed the default value that were black, to the system style theme.

rocs_black_white

Merge request reports