Skip to content
Snippets Groups Projects
Commit a81bb506 authored by ali asaria's avatar ali asaria
Browse files

improve styles

parent 7735978a
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,9 @@ const Flow = ({ selectedWorkflow, setNewNodeModalOpen = (x) => {} }) => {
zoomOnPinch={false}
zoomOnDoubleClick={false}
panOnScroll={false}
style={{ backgroundColor: '#F7F9FB' }}
style={{
backgroundColor: 'var(--joy-palette-background-level1)',
}}
>
<Button
onClick={() => {
......
......@@ -246,7 +246,7 @@ code if we want */
transition: opacity 0.2s ease-in-out;
color: rgb(156, 144, 144);
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgb(156, 144, 144);
border: 1.5px solid rgb(156, 144, 144);
height: 14px;
width: 14px;
top: -5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment