Skip to content

Commit a400ce3

Browse files
authored
Merge pull request #2572 from devtron-labs/fix/stack-manager-dark-mode
fix: dark mode compatibility for devtron stack manager
2 parents f9de3f1 + b4bbca8 commit a400ce3

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed
-76.3 KB
Binary file not shown.

src/components/v2/devtronStackManager/DevtronStackManager.component.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ import { ReactComponent as Info } from '../../../assets/icons/info-filled.svg'
6161
import { ReactComponent as Warning } from '../../../assets/icons/ic-warning.svg'
6262
import { ReactComponent as Note } from '../../../assets/icons/ic-note.svg'
6363
import { ReactComponent as CloseIcon } from '../../../assets/icons/ic-close.svg'
64-
import LatestVersionCelebration from '../../../assets/gif/latest-version-celebration.gif'
6564
import { DOCUMENTATION, MODULE_STATUS, MODULE_TYPE_SECURITY, ModuleNameMap, URLS } from '../../../config'
6665
import Carousel from '../../common/Carousel/Carousel'
6766
import {
@@ -542,7 +541,6 @@ const InstallationStatus = ({
542541
data-testid="module-status-updated"
543542
className="module-details__upgrade-success flex column"
544543
>
545-
<img src={LatestVersionCelebration} />
546544
<UpToDateIcon className="icon-dim-40" />
547545
<span className="mt-12">You're using the latest version of Devtron.</span>
548546
</div>

src/components/v2/devtronStackManager/SuccessModalComponent.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import React from 'react'
1919
import { ModuleNameMap } from '../../../config'
2020
import { SuccessModalType } from './DevtronStackManager.type'
2121
import { ReactComponent as UpToDateIcon } from '../../../assets/icons/ic-celebration.svg'
22-
import LatestVersionCelebration from '../../../assets/gif/latest-version-celebration.gif'
2322

2423
export const SuccessModalComponent = ({
2524
moduleDetails,
@@ -85,7 +84,6 @@ export const SuccessModalComponent = ({
8584
<ConfirmationDialog>
8685
<div className="module-details__upgrade-success">
8786
<div className="flex column mb-40 mt-40">
88-
<img src={LatestVersionCelebration} />
8987
<UpToDateIcon className="icon-dim-48" />
9088
</div>
9189
<ConfirmationDialog.Body title={`${enabledTool} is enabled`} />

0 commit comments

Comments
 (0)