ED:Change color/fix font
This commit is contained in:
parent
959a7e3f85
commit
1e7a183668
9 changed files with 31 additions and 30 deletions
|
|
@ -101,15 +101,15 @@ const filteredCourses = computed(() => {
|
|||
<input
|
||||
v-model="searchQuery"
|
||||
type="text"
|
||||
class="input-field text-slate-900 dark:text-white bg-white dark:bg-slate-800"
|
||||
class="input-field text-slate-900 dark:text-white bg-white dark:bg-slate-800 placeholder:text-slate-500"
|
||||
placeholder="ค้นหาคอร์ส..."
|
||||
style="padding-left: 36px; width: 240px;"
|
||||
>
|
||||
</div>
|
||||
<!-- Sorting Select -->
|
||||
<select class="input-field text-slate-900 dark:text-white bg-white dark:bg-slate-800" style="width: auto;">
|
||||
<option>เรียงตาม: ล่าสุด</option>
|
||||
<option>ยอดนิยม</option>
|
||||
<select class="input-field bg-white dark:bg-slate-800" style="width: auto; color: #0f172a;">
|
||||
<option style="color: #0f172a;">เรียงตาม: ล่าสุด</option>
|
||||
<option style="color: #0f172a;">ยอดนิยม</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue