File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 9090 margin : 12px ;
9191}
9292
93- .cp-panel-crossplane {
94- background-color : # FFC933 ;
95- }
96-
9793.crossplane-table-element {
9894 margin-bottom : 25px ;
9995}
10096
101- .cp-panel-gitops {
102- background-color : # D1EFFF ;
103- }
104-
10597body {
10698 margin : 0 ;
10799 height : 100vh ;
@@ -125,5 +117,4 @@ ui5-toast {
125117.mono-font {
126118 font-family : 'Roboto Mono' , monospace;
127119 font-weight : bold;
128- }
129-
120+ }
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ export default function ControlPlaneView() {
129129 hideTitleText
130130 >
131131 < Panel
132- className = "cp-panel cp-panel-crossplane "
132+ className = "cp-panel"
133133 headerLevel = "H3"
134134 headerText = "Panel"
135135 header = {
@@ -177,7 +177,7 @@ export default function ControlPlaneView() {
177177 hideTitleText
178178 >
179179 < Panel
180- className = "cp-panel cp-panel-gitops "
180+ className = "cp-panel"
181181 headerLevel = "H3"
182182 headerText = "Panel"
183183 header = {
You can’t perform that action at this time.
0 commit comments