Skip to content

Commit

Permalink
style(ui): update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Valik3201 committed Jan 22, 2024
1 parent 0537c09 commit 1106249
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/components/ContactList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,7 @@ const ContactEditModal = ({ show, contact, onClose, onUpdateContact }) => {
<Form>
<Row>
<Col>
<FloatingLabel
controlId="floatingInput"
label="Name"
className="mb-3"
>
<FloatingLabel controlId="floatingInput" label="Name">
<Form.Control
type="text"
placeholder="Enter name"
Expand All @@ -196,11 +192,7 @@ const ContactEditModal = ({ show, contact, onClose, onUpdateContact }) => {
</FloatingLabel>
</Col>
<Col>
<FloatingLabel
controlId="floatingInput"
label="Number"
className="mb-3"
>
<FloatingLabel controlId="floatingInput" label="Number">
<Form.Control
type="text"
placeholder="Enter number"
Expand Down

0 comments on commit 1106249

Please sign in to comment.