summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-10-02 16:11:55 +0100
committerDavid Hill <[email protected]>2025-10-02 16:11:55 +0100
commitd56e81f02b61f7368db6b4ef878c971709597074 (patch)
tree84c09e9e448a01a4de5f9515ee3a27db42c157d8
parent6022d12ea215c040a273018c9b3a37860d0a018d (diff)
downloadopencode-d56e81f02b61f7368db6b4ef878c971709597074.tar.gz
opencode-d56e81f02b61f7368db6b4ef878c971709597074.zip
Email input color fix
-rw-r--r--packages/console/app/src/routes/index.css9
-rw-r--r--packages/console/app/src/routes/zen/index.css8
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css
index 0c238483c..0404bde3d 100644
--- a/packages/console/app/src/routes/index.css
+++ b/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;
diff --git a/packages/console/app/src/routes/zen/index.css b/packages/console/app/src/routes/zen/index.css
index 740a5a69b..74b4ba869 100644
--- a/packages/console/app/src/routes/zen/index.css
+++ b/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;