fix: dark mode for course and batch tags

This commit is contained in:
Jannat Patel
2025-02-11 10:52:37 +05:30
parent 7741696011
commit 2342dfe452
15 changed files with 3902 additions and 2513 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div v-if="batch.data" class="border rounded-md p-5 lg:w-72">
<div v-if="batch.data" class="border-2 rounded-md p-5 lg:w-72">
<Badge
v-if="batch.data.seat_count && seats_left > 0"
theme="green"