From 9ba1543d89bdeac8259173ef137fd51faba9e9af Mon Sep 17 00:00:00 2001 From: Alexandr Nelyubov Date: Thu, 11 Jun 2026 23:21:10 +0300 Subject: [PATCH] style: fix autofill background --- src/app/styles/global.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/styles/global.css b/src/app/styles/global.css index d6a75d8..7ba9624 100644 --- a/src/app/styles/global.css +++ b/src/app/styles/global.css @@ -131,4 +131,7 @@ .input-max-w { @apply md:max-w-[380px]; } + input:-webkit-autofill { + @apply transition-[background-color] duration-[5000s]; + } }