Skip to content

Commit

Permalink
Fix background color for Footer
Browse files Browse the repository at this point in the history
Due to patternfly bump to latest version, styles were
getting changed, hence this patch fixes the style for
the proper outcome

Signed-off-by: Puneet Punamiya [email protected]
  • Loading branch information
PuneetPunamiya authored and tekton-robot committed Sep 20, 2022
1 parent 552ae27 commit 6c7a27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.hub-footer-card {
padding: 2em;
background-color: #151515;
padding: 2em !important;
background-color: #151515 !important;
}

.hub-footer-info {
Expand Down

0 comments on commit 6c7a27e

Please sign in to comment.