Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make report submit button use blue color scheme
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 5d76957 commit f616cc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/routes/report.tsx
Expand Up @@ -329,11 +329,12 @@ export default function () {
<br />
<HStack>
<Button
colorScheme="blue"
disabled={uploading}
isLoading={loading}
loadingText="Submitting"
mr="8px"
onClick={async () => await submit()}
loadingText="Submitting"
isLoading={loading}
>
Submit
</Button>
Expand Down

0 comments on commit f616cc5

Please sign in to comment.