Skip to content

Commit

Permalink
Update button color of "request ride" on FE
Browse files Browse the repository at this point in the history
  • Loading branch information
foxish committed Jul 3, 2024
1 parent f5bfcbc commit 0e6b500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/frontend/react_app/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const HomePage = () => {
<Box>
<Button
variant='solid'
colorScheme='cyan'
colorScheme='red'
onClick={handleRequestDrive}
isDisabled={
selectedLocations.pickupId === -1 ||
Expand Down Expand Up @@ -167,4 +167,4 @@ export const HomePage = () => {
</HStack>
</MainLayout>
)
}
}

0 comments on commit 0e6b500

Please sign in to comment.