Skip to content

Commit df12ae0

Browse files
RI-7687: add border to dry run panel
1 parent 945a078 commit df12ae0

File tree

1 file changed

+3
-0
lines changed
  • redisinsight/ui/src/pages/rdi/pipeline-management/components/jobs-panel

1 file changed

+3
-0
lines changed

redisinsight/ui/src/pages/rdi/pipeline-management/components/jobs-panel/styles.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import { Theme } from 'uiSrc/components/base/theme/types'
66
export const DryRunPanelContainer = styled(Col)<
77
React.ComponentProps<typeof Col> & { isFullScreen?: boolean }
88
>`
9+
border-left: 1px solid
10+
${({ theme }: { theme: Theme }) =>
11+
theme.semantic.color.border.informative100};
912
padding: 2.4rem;
1013
background-color: ${({ theme }: { theme: Theme }) =>
1114
theme.components.section.bgColor};

0 commit comments

Comments
 (0)