Skip to content

Commit a5c1bda

Browse files
committed
chore: update css for dark theme
1 parent 3d76298 commit a5c1bda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Shared/Components/WorkflowOptionsModal/SourceTypeCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const SourceTypeCard = ({
4141
<ConditionalWrap wrap={renderTippy} condition={!!disableInfo}>
4242
<div className={disableCard ? 'cursor-not-allowed dc__position-rel' : ''}>
4343
<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 ${
4545
disableCard ? 'dc__disable-click dc__opacity-0_5' : ''
4646
}`}
4747
role="button"

src/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const WorkflowOptionsModal = ({
186186
>
187187
<div className="workflow-options-modal br-8 flexbox h-500 dc__overflow-scroll" onClick={stopPropagation}>
188188
{/* 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">
190190
{/* Info */}
191191
<div className="flexbox-col dc__gap-6 dc__align-self-stretch pt-0 pb-0 pl-24 pr-24">
192192
<h2 className="m-0 cn-9 fs-16 fw-6 lh-24">

0 commit comments

Comments
 (0)