Skip to content

Commit

Permalink
overview page tweaks: grey background for cards like general overview…
Browse files Browse the repository at this point in the history
… page

Signed-off-by: Jason Madigan <[email protected]>
  • Loading branch information
jasonmadigan committed Oct 22, 2024
1 parent 4cc2458 commit e9ca670
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/KuadrantOverviewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const KuadrantOverviewPage: React.FC = () => {
<title data-test="example-page-title">{t('Kuadrant')}</title>
</Helmet>
<Page>
<PageSection variant="light">
<PageSection>
<Title headingLevel="h1">{t('Kuadrant')} Overview</Title>
<br />

Expand Down Expand Up @@ -288,7 +288,7 @@ const KuadrantOverviewPage: React.FC = () => {
<CardTitle>
<Title headingLevel="h2">{t('Policies')}</Title>
</CardTitle>
<CardBody className="pf-u-p-0">
<CardBody className="pf-u-p-10">
<ResourceList
resources={[
resourceGVKMapping['AuthPolicy'],
Expand All @@ -311,7 +311,7 @@ const KuadrantOverviewPage: React.FC = () => {
<CardTitle>
<Title headingLevel="h2">{t('Gateways')}</Title>
</CardTitle>
<CardBody className="pf-u-p-0">
<CardBody className="pf-u-p-10">
<ResourceList
resources={[resourceGVKMapping['Gateway']]}
columns={columns}
Expand All @@ -326,7 +326,7 @@ const KuadrantOverviewPage: React.FC = () => {
<CardTitle>
<Title headingLevel="h2">{t('APIs / HTTPRoutes')}</Title>
</CardTitle>
<CardBody className="pf-u-p-0">
<CardBody className="pf-u-p-10">
<ResourceList
resources={[resourceGVKMapping['HTTPRoute']]}
columns={columns}
Expand Down

0 comments on commit e9ca670

Please sign in to comment.