From 86ce940dff9c0fcd2da13badbad88c29ec7d54ea Mon Sep 17 00:00:00 2001 From: Xiao Yijun Date: Tue, 2 Jan 2024 11:03:27 +0800 Subject: [PATCH] style(console): inherit background-color for text input (#5178) --- packages/console/src/ds-components/TextInput/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/console/src/ds-components/TextInput/index.module.scss b/packages/console/src/ds-components/TextInput/index.module.scss index 45ca07550..9e1141dc9 100644 --- a/packages/console/src/ds-components/TextInput/index.module.scss +++ b/packages/console/src/ds-components/TextInput/index.module.scss @@ -28,7 +28,7 @@ transition-duration: 0.2s; padding: 0 _.unit(3); height: 36px; - background: var(--color-layer-1); + background-color: inherit; font: var(--font-body-2); &.withIcon {