Skip to content

Commit 63bd4e3

Browse files
committed
bg color removed
1 parent 394de1d commit 63bd4e3

File tree

1 file changed

+0
-1
lines changed
  • client/packages/lowcoder-design/src/components

1 file changed

+0
-1
lines changed

client/packages/lowcoder-design/src/components/Input.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { INPUT_DEFAULT_ONCHANGE_DEBOUNCE } from "constants/perf";
88

99
export const StyledInput = styled(AntdInput)`
1010
width: ${(props) => (props.width ? props.width : "100%")};
11-
background: #fdfdfd;
1211
border: 1px solid ${BorderColor};
1312
border-radius: ${BorderRadius};
1413
padding-left: 12px;

0 commit comments

Comments
 (0)