File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
packages/orchestrator-ui-components/src/components Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @orchestrator-ui/orchestrator-ui-components ' : patch
3+ ---
4+
5+ added border radius to wfo tree and empty PB card placeholder
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ export const WfoSubscriptionDetailTree = ({
131131 style = { {
132132 marginTop : 15 ,
133133 minHeight : 600 ,
134+ borderRadius : 6 ,
134135 } }
135136 size = "m"
136137 title = { t ( 'noProductBlockSelected' ) }
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ export const WfoTreeNode: FC<WfoTreeNodeProps> = ({
7272 label = { item . label }
7373 isActive = { selected }
7474 color = { 'primary' }
75+ style = { { borderRadius : 6 } }
7576 extraAction = { {
7677 color : 'primary' ,
7778 onClick : ( ) => toggleSelectedId ( item . id ) ,
@@ -86,6 +87,7 @@ export const WfoTreeNode: FC<WfoTreeNodeProps> = ({
8687 onClick = { ( ) => toggleSelectedId ( item . id ) }
8788 label = { item . label }
8889 isActive = { selected }
90+ style = { { borderRadius : 6 } }
8991 />
9092 ) }
9193 </ EuiFlexItem >
You can’t perform that action at this time.
0 commit comments