Skip to content

Commit

Permalink
Merge pull request #11782 from richard-cox/fix-carousel-icon
Browse files Browse the repository at this point in the history
Improve visuals of small carousel logos in dark mode
  • Loading branch information
richard-cox authored Sep 24, 2024
2 parents d29392f + 2479cd6 commit 626d7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/components/Carousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export default {
height: 100%;
.slide-img {
align-self: flex-start;
width: 150px;
background: var(--card-badge-text);
border-radius: calc(2 * var(--border-radius));
Expand Down

0 comments on commit 626d7e4

Please sign in to comment.