Skip to content

Commit 01d0fa3

Browse files
Merge pull request #90 from ronellecaguioa/addbug
Add App Bug
2 parents 739de90 + cc17cf2 commit 01d0fa3

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/modals/AddModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const AddModal: React.FC<AddModalProps> = ({ setOpen }) => {
8888
<label htmlFor="db-desc">Description</label>
8989
<textarea
9090
id="db-desc"
91-
name="db-desc"
91+
name="description"
9292
value={description}
9393
onChange={e => handleChange(e)}
9494
placeholder="Add a short description"

app/stylesheets/Header.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ select {
4141
top: 25px;
4242
left: 130px;
4343
background-color: transparent;
44-
border: 2px solid $sidebarblue;
44+
border: 1px solid $sidebarblue;
4545
color: $sidebarblue;
4646
transition: 0.1s;
47+
font-size: 90%;
4748

4849
&:hover {
4950
background-color: $sidebarblue;

app/stylesheets/MainContainer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
min-height: 100vh;
66
@include centerWithFlex(space-between);
77
flex-direction: column;
8+
padding-left: 100px;
89

910
.main-routes {
1011
width: 100%;

0 commit comments

Comments
 (0)