ED:Change color/fix font

This commit is contained in:
supalerk-ar66 2026-01-13 11:46:52 +07:00
parent 959a7e3f85
commit 1e7a183668
9 changed files with 31 additions and 30 deletions

View file

@ -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>