Skip to content

Commit

Permalink
[#1584] Set input email footer as borderless
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Sep 4, 2023
1 parent 309e1fc commit a66f5b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion frontend/src/pages/landing/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,11 @@ const Footer = () => {
onFinish={onFinish}
>
<Form.Item name="email">
<Input type="email" placeholder="Enter your email" />
<Input
type="email"
placeholder="Enter your email"
bordered={false}
/>
</Form.Item>
<Form.Item shouldUpdate>
{() => (
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/pages/landing/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1648,9 +1648,8 @@
-webkit-text-fill-color: $primaryWhite;
}
}
.ant-input {
border: none;
box-shadow: none;
.ant-form-item-control-input-content {
color: $primaryWhite;
}
.ant-form-item {
margin-right: 0;
Expand Down

0 comments on commit a66f5b9

Please # to comment.