From 5893fe3b82859e8e86b815ed8330b44f0ba7ae22 Mon Sep 17 00:00:00 2001 From: Philipp Rappold Date: Mon, 14 Jan 2019 10:14:58 +0100 Subject: [PATCH] fix(Input): Fix auto-fill state for Input components --- src/components/Input/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Input/index.js b/src/components/Input/index.js index 8c172e9e..498dba75 100644 --- a/src/components/Input/index.js +++ b/src/components/Input/index.js @@ -106,8 +106,8 @@ const Field = styled.input` :-webkit-autofill, &.webkit-autofill { - background-color: #fefde5 !important; - border: 1px solid #fffb97 !important; + background-color: ${color.stardust} !important; + border: 1px solid ${color.stardust} !important; } `