We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb8aab commit 6ee2ff4Copy full SHA for 6ee2ff4
src/app/components/cards/event-card.ts
@@ -84,7 +84,7 @@ import { CommunityEvent } from '../../../models/community-event.model';
84
</a>
85
} @else {
86
<div
87
- class="w-full flex items-center justify-center text-sm bg-gray-200 p-2 rounded-lg"
+ class="w-full flex items-center justify-center text-sm bg-gray-200 p-2 rounded-lg dark:text-gray-900"
88
>
89
No registration available
90
</div>
0 commit comments