From 0da45bca857b4accd03af52586c102c0bd6b0f33 Mon Sep 17 00:00:00 2001 From: Lake Mossman Date: Thu, 15 Dec 2022 08:26:03 -0800 Subject: [PATCH] make TextInputContainer styles match other input styles (#20397) --- .../ui/TextInputContainer/TextInputContainer.module.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/airbyte-webapp/src/components/ui/TextInputContainer/TextInputContainer.module.scss b/airbyte-webapp/src/components/ui/TextInputContainer/TextInputContainer.module.scss index eccc89e2c1b4..a143c2b1173d 100644 --- a/airbyte-webapp/src/components/ui/TextInputContainer/TextInputContainer.module.scss +++ b/airbyte-webapp/src/components/ui/TextInputContainer/TextInputContainer.module.scss @@ -13,12 +13,10 @@ } &.error { - background-color: colors.$grey-100; - border-color: colors.$red; + border-color: colors.$red-100; } &:not(.disabled, .focused):hover { - background-color: colors.$grey-100; border-color: colors.$grey-100; &.light { @@ -31,7 +29,6 @@ } &.focused { - background-color: colors.$primaryColor12; border-color: colors.$blue; &.light {