فهرست منبع

Email input color fix

David Hill 6 ماه پیش
والد
کامیت
d56e81f02b
2فایلهای تغییر یافته به همراه17 افزوده شده و 0 حذف شده
  1. 9 0
      packages/console/app/src/routes/index.css
  2. 8 0
      packages/console/app/src/routes/zen/index.css

+ 9 - 0
packages/console/app/src/routes/index.css

@@ -166,6 +166,15 @@ body {
     transition: background-color 5000000s ease-in-out 0s;
   }
 
+  input:-webkit-autofill {
+    -webkit-text-fill-color: var(--color-text-strong) !important;
+  }
+
+  input:-moz-autofill {
+    -moz-text-fill-color: var(--color-text-strong) !important;
+  }
+
+
   [data-component="container"] {
     max-width: 67.5rem;
     margin: 0 auto;

+ 8 - 0
packages/console/app/src/routes/zen/index.css

@@ -94,6 +94,14 @@ body {
     transition: background-color 5000000s ease-in-out 0s;
   }
 
+  input:-webkit-autofill {
+    -webkit-text-fill-color: var(--color-text-strong) !important;
+  }
+
+  input:-moz-autofill {
+    -moz-text-fill-color: var(--color-text-strong) !important;
+  }
+
 
   [data-component="container"] {
     max-width: 67.5rem;