Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet committed Jun 13, 2024
1 parent 7126b66 commit fa456ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/cxl-ui/scss/cxl-featured-image.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
bottom: 0;
width: 100%;
height: 75%;
background-color: var(
--cxl-featured-image-bg-color,
var(--cxl-brand-color-black, rgb(26, 26, 26))
);
background-color: var(--cxl-brand-color-black, rgb(26, 26, 26));
border-radius: calc(3 * var(--lumo-border-radius-l));
}

Expand Down

0 comments on commit fa456ce

Please sign in to comment.