Skip to content

Commit d6fb204

Browse files
committed
fix: card image-full radius color bleed. closes: #3734
1 parent f91f3f3 commit d6fb204

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/daisyui/src/components/card.css

+1-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
&.image-full {
4040
@apply grid;
4141

42-
&:before {
43-
@apply bg-neutral rounded-box relative col-start-1 row-start-1 opacity-75;
44-
content: "";
45-
}
46-
4742
> * {
4843
@apply col-start-1 row-start-1;
4944
}
@@ -59,6 +54,7 @@
5954

6055
> figure img {
6156
@apply h-full object-cover;
57+
filter: brightness(28%);
6258
}
6359
}
6460

0 commit comments

Comments
 (0)