Skip to content

Commit

Permalink
Removed Hardcoded colors form editor.scss file and added the variable…
Browse files Browse the repository at this point in the history
…s form global.scss (#1857)
  • Loading branch information
Josephalexantony-aot authored Jan 23, 2024
1 parent b82c347 commit 51afda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms-flow-web/src/components/Modeler/Editors/Editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.properties-panel-parent {
border: 1px solid rgb(0, 0, 0);
border: 1px solid var(--color-black);
border-left: none;
}

Expand All @@ -33,7 +33,7 @@
}

.highlight:not(.djs-connection) .djs-visual > :nth-child(1) {
fill: rgb(56, 89, 138) !important;
fill: var(--color-primary-dk) !important;
}

.zoom-container {
Expand Down

0 comments on commit 51afda7

Please sign in to comment.