We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394de1d commit 63bd4e3Copy full SHA for 63bd4e3
client/packages/lowcoder-design/src/components/Input.tsx
@@ -8,7 +8,6 @@ import { INPUT_DEFAULT_ONCHANGE_DEBOUNCE } from "constants/perf";
8
9
export const StyledInput = styled(AntdInput)`
10
width: ${(props) => (props.width ? props.width : "100%")};
11
- background: #fdfdfd;
12
border: 1px solid ${BorderColor};
13
border-radius: ${BorderRadius};
14
padding-left: 12px;
0 commit comments