Skip to content

Commit

Permalink
MWPW-155065 PartnerCards fallback for invalid thumbnail images
Browse files Browse the repository at this point in the history
- reverts change in default background color for thumbnails
  • Loading branch information
richardhand committed Jul 25, 2024
1 parent 410ca6c commit dd1134d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edsdme/components/PartnerCardsStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ export const newsCardStyles = css`
.news-card .card-header {
min-height: 192px;
max-height: 192px;
background-color: #f5f5F5;
background-color: #323232;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
Expand Down

0 comments on commit dd1134d

Please sign in to comment.