0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed the transparent background on text input for light mode

This commit is contained in:
James Morris 2022-08-30 10:38:17 +01:00
parent 31c2174d47
commit 455cba4da2

View file

@ -425,7 +425,7 @@ const Form = (props) => {
className={`
transition-all duration-150 delay-100
w-full px-3 py-4
bg-transparent dark:bg-[rgba(255,255,255,0.08)]
bg-white dark:bg-[rgba(255,255,255,0.08)]
rounded-md border-none border border-slate-50 dark:border-none
font-sans text-[16.5px] leading-normal dark:text-neutral-300
focus:outline-0