Skip to content

Commit c13f1a6

Browse files
foxishdavixcky
authored andcommitted
Update button color of "request ride" on FE
1 parent 4084c8d commit c13f1a6

File tree

1 file changed

+1
-1
lines changed
  • services/frontend/react_app/src/pages

1 file changed

+1
-1
lines changed

services/frontend/react_app/src/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const HomePage = () => {
176176
<Box>
177177
<Button
178178
variant='solid'
179-
colorScheme='cyan'
179+
colorScheme='red'
180180
onClick={handleRequestDrive}
181181
isDisabled={
182182
selectedLocations.pickupId === -1 ||

0 commit comments

Comments
 (0)