Skip to content

Commit

Permalink
fix(ui5-card): fix styles for slotted images (#3301)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid authored May 25, 2021
1 parent 13221f5 commit 1683134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
color: var(--sapTile_IconColor);
}

::slotted(img) {
::slotted(img[slot="avatar"]) {
width: 100%;
height: 100%;
border-radius: 50%;
Expand Down

0 comments on commit 1683134

Please sign in to comment.