File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
components/installedAppsView
styles/application/components Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " integreatly-web-app" ,
3- "version" : " 2.20.2 " ,
3+ "version" : " 2.20.3 " ,
44 "private" : true ,
55 "proxy" : " http://localhost:5001/" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -142,7 +142,9 @@ class InstalledAppsView extends React.Component {
142142 </ Expandable >
143143 </ DataListCell > ,
144144 < DataListCell key = "primary content" >
145- < span id = "Red Hat OpenShift" > Red Hat OpenShift</ span >
145+ < span className = "integr8ly-pretty-name" id = "Red Hat OpenShift" >
146+ Red Hat OpenShift
147+ </ span >
146148 </ DataListCell > ,
147149 < DataListCell
148150 key = "cell one"
@@ -310,7 +312,7 @@ class InstalledAppsView extends React.Component {
310312 </ span >
311313 </ DataListCell > ,
312314 < DataListCell key = "primary content" >
313- < span id = { `appName-${ prettyName } ` } >
315+ < span className = "integr8ly-pretty-name" id = { `appName-${ prettyName } ` } >
314316 { ' ' }
315317 { prettyName } { ' ' }
316318 { gaStatus && ( gaStatus === 'preview' || gaStatus === 'community' ) ? (
Original file line number Diff line number Diff line change 4646.integr8ly-panel-title {
4747 background-color : $pf-color-white !important ; /* stylelint-disable-line declaration-no-important */
4848}
49+
50+ .integr8ly-pretty-name {
51+ color : var (--pf-global--Color--200 );
52+ }
You can’t perform that action at this time.
0 commit comments