Skip to content

Commit 1fbb640

Browse files
authored
Update button color of "request ride" on FE
1 parent bf854f5 commit 1fbb640

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const HomePage = () => {
137137
<Box>
138138
<Button
139139
variant='solid'
140-
colorScheme='cyan'
140+
colorScheme='red'
141141
onClick={handleRequestDrive}
142142
isDisabled={
143143
selectedLocations.pickupId === -1 ||
@@ -167,4 +167,4 @@ export const HomePage = () => {
167167
</HStack>
168168
</MainLayout>
169169
)
170-
}
170+
}

0 commit comments

Comments
 (0)