Skip to content

Commit 27c7971

Browse files
committed
🧹 chore: remove color background from sponsor icon
1 parent b1ebfda commit 27c7971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/fern/sponsor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const individualSponsors = sponsors.filter(
289289
@apply flex justify-center items-center gap-3 text-xs text-center py-2;
290290
291291
& > div {
292-
@apply min-w-21 min-h-21 bg-gray-100 overflow-hidden rounded-full;
292+
@apply min-w-21 min-h-21 overflow-hidden rounded-full;
293293
294294
& > img {
295295
@apply w-21 h-21 rounded-full object-cover object-center;

0 commit comments

Comments
 (0)