Skip to content

Commit 3a8146b

Browse files
committed
chore: css fixes
1 parent fb8646e commit 3a8146b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/Shared/Components/Error/ErrorBar.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { NavLink } from 'react-router-dom'
1919
import { URLS } from '@Common/Constants'
2020

2121
import { AppType } from '../../types'
22+
import { Icon } from '../Icon'
2223
import { InfoBlock } from '../InfoBlock'
2324
import { ErrorBarType } from './types'
2425
import { getIsImagePullBackOff } from './utils'
@@ -41,8 +42,8 @@ const ErrorBar = ({ appDetails, useParentMargin = true }: ErrorBarType) => {
4142
<div className={`flexbox-col dc__gap-16 ${useParentMargin ? 'm-20' : ''} fs-13`}>
4243
<InfoBlock
4344
heading={
44-
<div className="flexbox dc__content-space">
45-
<div>
45+
<div className="flexbox dc__content-space fs-13 lh-20 cn-9">
46+
<div className="fw-6">
4647
ImagePullBackOff: Failed to pull image on ‘{appDetails.clusterName}’ from ‘
4748
{appDetails.dockerRegistryId}
4849
</div>
@@ -51,6 +52,7 @@ const ErrorBar = ({ appDetails, useParentMargin = true }: ErrorBarType) => {
5152
className="cb-5 fs-13 anchor w-auto dc__no-decor flex ml-8"
5253
>
5354
Manage access&nbsp;&nbsp;
55+
<Icon name="ic-arrow-right" color="B500" />
5456
</NavLink>
5557
</div>
5658
}

0 commit comments

Comments
 (0)