File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Shared/Components/WorkflowOptionsModal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const SourceTypeCard = ({
41
41
< ConditionalWrap wrap = { renderTippy } condition = { ! ! disableInfo } >
42
42
< div className = { disableCard ? 'cursor-not-allowed dc__position-rel' : '' } >
43
43
< div
44
- className = { `flexbox p-12 dc__gap-12 dc__align-self-stretch br-4 dc__border-n1 bcn-0 dc__hover-n50 ${
44
+ className = { `flexbox p-12 dc__gap-12 dc__align-self-stretch br-4 dc__border-n1 bg__primary dc__hover-n50 ${
45
45
disableCard ? 'dc__disable-click dc__opacity-0_5' : ''
46
46
} `}
47
47
role = "button"
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ const WorkflowOptionsModal = ({
186
186
>
187
187
< div className = "workflow-options-modal br-8 flexbox h-500 dc__overflow-scroll" onClick = { stopPropagation } >
188
188
{ /* Sidebar */ }
189
- < div className = "flexbox-col w-250 pt-32 dc__window-bg dc__content-space" >
189
+ < div className = "flexbox-col w-250 pt-32 bg__tertiary dc__content-space" >
190
190
{ /* Info */ }
191
191
< div className = "flexbox-col dc__gap-6 dc__align-self-stretch pt-0 pb-0 pl-24 pr-24" >
192
192
< h2 className = "m-0 cn-9 fs-16 fw-6 lh-24" >
You can’t perform that action at this time.
0 commit comments