We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e3012 commit 8bab862Copy full SHA for 8bab862
app/frontend/components/domains/energy-savings-application/review-permit-application-screen.tsx
@@ -529,7 +529,10 @@ export const ReviewPermitApplicationScreen = observer(() => {
529
variant="calloutInverse"
530
px={14}
531
onClick={onContractorApproval}
532
- borderColor="green"
+ borderColor="theme.darkGreen"
533
+ bg="theme.lightGreen"
534
+ _hover={{ bg: 'theme.lightGreen' }}
535
+ _active={{ bg: 'theme.lightGreen' }}
536
isDisabled={
537
hasUnsavedEdits ||
538
currentPermitApplication?.status === EPermitApplicationStatus.ineligible ||
0 commit comments