Timothy J. Baek 11 ヶ月 前
コミット
9d4c07b76a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/lib/components/admin/Settings/Banners.svelte

+ 1 - 1
src/lib/components/admin/Settings/Banners.svelte

@@ -76,7 +76,7 @@
 					<div class=" flex justify-between">
 					<div class=" flex justify-between">
 						<div class="flex flex-row flex-1 border rounded-xl dark:border-gray-800">
 						<div class="flex flex-row flex-1 border rounded-xl dark:border-gray-800">
 							<select
 							<select
-								class="w-fit capitalize rounded-xl py-2 px-4 text-xs bg-transparent outline-none"
+								class="w-fit capitalize rounded-xl py-2 px-4 text-xs bg-transparent outline-none text-gray-900"
 								bind:value={banner.type}
 								bind:value={banner.type}
 							>
 							>
 								{#if banner.type == ''}
 								{#if banner.type == ''}