diff --git a/src/css/app.scss b/src/css/app.scss index 02d4f8946..65db51d30 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -17,9 +17,9 @@ a { // Removes chrome autofill background input:-webkit-autofill, select:-webkit-autofill { - color: $input-text-color !important; + color: var(--vn-text) ; font-family: $typography-font-family; - -webkit-text-fill-color: $input-text-color !important; + -webkit-text-fill-color: var(--vn-text) ; -webkit-background-clip: text !important; background-clip: text !important; }