Skip to content

Commit 96fd8ba

Browse files
committed
fix searchBarInput color, padding and weight
1 parent 575f10e commit 96fd8ba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/App.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,11 +715,12 @@ Producthunt item
715715
}
716716
.searchBarInput {
717717
border-radius: 50px;
718+
color: var(--primary-text-color);
718719
border:1px solid var(--card-border-color);
719720
box-shadow: 0 0 20px var(--card-border-color);
720721
height: 42px;
721-
padding:0 32px 0 40px;
722-
width:600px;
722+
padding:0 32px 0 48px;
723+
width:580px;
723724
background-color: var(--card-header-background-color);
724725
}
725726

0 commit comments

Comments
 (0)