From 386850df7eaf1fb436162ebf339d610b5b0444a9 Mon Sep 17 00:00:00 2001 From: veerendra17788 Date: Sat, 19 Oct 2024 18:07:08 +0530 Subject: [PATCH] Update Login\page.jsx fixed auto filled text color to visible --- src/pages/Login/page.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pages/Login/page.jsx b/src/pages/Login/page.jsx index c51f2f4..fd0f7ab 100644 --- a/src/pages/Login/page.jsx +++ b/src/pages/Login/page.jsx @@ -118,6 +118,17 @@ h1 { margin: 15px 0; } + /* Target autofilled inputs */ + input:-webkit-autofill { + -webkit-text-fill-color: #9000ff !important; + } + + /* On focus (optional, if you want to make it more dynamic) */ + input:-webkit-autofill:focus { + -webkit-text-fill-color: #9000ff !important; + } + + button { border-radius: 20px; border: 2px solid yellow;