Skip to content

Commit 1683134

Browse files
authored
fix(ui5-card): fix styles for slotted images (#3301)
1 parent 13221f5 commit 1683134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/Card.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
color: var(--sapTile_IconColor);
8686
}
8787

88-
::slotted(img) {
88+
::slotted(img[slot="avatar"]) {
8989
width: 100%;
9090
height: 100%;
9191
border-radius: 50%;

0 commit comments

Comments
 (0)