mirror of
https://github.com/frappe/lms.git
synced 2026-04-19 22:52:29 +03:00
style: fix text color for dark mode in Quizzes
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<div class="py-5 mx-5">
|
<div class="py-5 mx-5">
|
||||||
<div class="flex items-center justify-between mb-4">
|
<div class="flex items-center justify-between mb-4">
|
||||||
<div class="text-lg font-semibold">
|
<div class="text-lg font-semibold text-ink-gray-9">
|
||||||
{{ __('{0} Quizzes').format(quizzes.data.length) }}
|
{{ __('{0} Quizzes').format(quizzes.data.length) }}
|
||||||
</div>
|
</div>
|
||||||
<FormControl v-model="search" type="text" placeholder="Search">
|
<FormControl v-model="search" type="text" placeholder="Search">
|
||||||
|
|||||||
Reference in New Issue
Block a user