Skip to content

Commit ec4c8e7

Browse files
committed
chore: add overlay css
1 parent a5c1bda commit ec4c8e7

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.4.9",
3+
"version": "1.4.9-beta-2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,13 @@ const WorkflowOptionsModal = ({
180180

181181
return (
182182
<VisibleModal
183-
className=""
184183
onEscape={loadingWebhook ? null : handleFlowCompletion}
185184
close={loadingWebhook ? null : handleFlowCompletion}
186185
>
187-
<div className="workflow-options-modal br-8 flexbox h-500 dc__overflow-scroll" onClick={stopPropagation}>
186+
<div
187+
className="workflow-options-modal bg__overlay br-8 flexbox h-500 dc__overflow-scroll"
188+
onClick={stopPropagation}
189+
>
188190
{/* Sidebar */}
189191
<div className="flexbox-col w-250 pt-32 bg__tertiary dc__content-space">
190192
{/* Info */}

src/Shared/Components/WorkflowOptionsModal/workflowOptions.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
width: 650px;
44
margin-top: 40px;
55
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
6-
background: var(--N0);
76
}

0 commit comments

Comments
 (0)