Skip to content

Commit

Permalink
resolve merge conflicts and fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
selenaliu1 committed Oct 13, 2024
1 parent 11f9e76 commit ac880ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/RideModal/Pages/RideTimes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ const RideTimesPage: React.FC<RideTimesProps> = ({
Date
</Label>
<Input
className={styles.input}
id="date"
type="date"
{...register('date', {
Expand Down Expand Up @@ -237,7 +236,6 @@ const RideTimesPage: React.FC<RideTimesProps> = ({
Pickup time:
</Label>
<Input
className={styles.input}
id="pickupTime"
type="time"
className={cn(styles.timeStyle)}
Expand All @@ -263,7 +261,6 @@ const RideTimesPage: React.FC<RideTimesProps> = ({
Dropoff time:
</Label>
<Input
className={styles.input}
id="dropoffTime"
type="time"
className={cn(styles.timeStyle)}
Expand Down
6 changes: 4 additions & 2 deletions frontend/src/components/RideModal/ridemodal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@
border-radius: 4px;
cursor: pointer;
transition: all 0.2s ease;
background-color: #000;
/* background-color: #000;
color: #fff;
border: none;
border: none; */
}

.btnContainer button:hover {
Expand Down Expand Up @@ -215,6 +215,8 @@
.btnContainer button {
width: 100%;
}
}

.nameInput {
font-size: 1.5rem;
width: 100%;
Expand Down

0 comments on commit ac880ff

Please sign in to comment.