Skip to content

Commit ec5f000

Browse files
fix: Remove color from Crossplane and GitOps Panel (#162)
1 parent 43c1dc8 commit ec5f000

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

src/index.css

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,10 @@
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-
10597
body {
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+
}

src/views/ControlPlanes/ControlPlaneView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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={

0 commit comments

Comments
 (0)