We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945a078 commit df12ae0Copy full SHA for df12ae0
redisinsight/ui/src/pages/rdi/pipeline-management/components/jobs-panel/styles.ts
@@ -6,6 +6,9 @@ import { Theme } from 'uiSrc/components/base/theme/types'
6
export const DryRunPanelContainer = styled(Col)<
7
React.ComponentProps<typeof Col> & { isFullScreen?: boolean }
8
>`
9
+ border-left: 1px solid
10
+ ${({ theme }: { theme: Theme }) =>
11
+ theme.semantic.color.border.informative100};
12
padding: 2.4rem;
13
background-color: ${({ theme }: { theme: Theme }) =>
14
theme.components.section.bgColor};
0 commit comments