Skip to content

Commit 9b53b28

Browse files
committed
change rdi error configuration file icon and add color; align items
1 parent 6332fca commit 9b53b28

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

redisinsight/ui/src/pages/rdi/pipeline-management/components/tab/Tab.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ const Tab = (props: IProps) => {
4646

4747
{!isValid && (
4848
<RiIcon
49-
type="IndicatorXIcon"
49+
type="InfoIcon"
5050
className="rdi-pipeline-nav__error"
5151
data-testid="rdi-nav-config-error"
52+
color="danger500"
5253
/>
5354
)}
5455

redisinsight/ui/src/pages/rdi/pipeline-management/components/tab/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
&__file {
3434
display: flex;
35+
align-items: center;
3536
padding: 3px 16px 3px 40px;
3637
}
3738

0 commit comments

Comments
 (0)