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:
parent
31c2174d47
commit
455cba4da2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue