From dddf6af401e020e1a2fbe3806734c58d1741f7db Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 20 May 2024 20:59:32 +0100 Subject: [PATCH] select option tag font changed --- src/components/jobPopout/JobListPopout.jsx | 2 +- src/index.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/jobPopout/JobListPopout.jsx b/src/components/jobPopout/JobListPopout.jsx index 3977345..879517c 100644 --- a/src/components/jobPopout/JobListPopout.jsx +++ b/src/components/jobPopout/JobListPopout.jsx @@ -560,7 +560,7 @@ const JobFieldInput = ({ {/* */} diff --git a/src/index.css b/src/index.css index 1340b35..7ea41e4 100644 --- a/src/index.css +++ b/src/index.css @@ -194,6 +194,9 @@ .logout-btn { @apply px-4 min-w-[80px] h-[52px] flex justify-center items-center text-xl font-bold rounded-full cursor-pointer } + .options-default { + @apply px-2 placeholder:text-sm w-full h-full bg-white outline-none text-sm text-slate-900 dark:text-white + } } /* ===================== EXTRA ===================== */