diff --git a/components/Forms/ContactForm/ContactForm.tsx b/components/Forms/ContactForm/ContactForm.tsx index 169ec79..7094176 100644 --- a/components/Forms/ContactForm/ContactForm.tsx +++ b/components/Forms/ContactForm/ContactForm.tsx @@ -411,7 +411,7 @@ export default function ContactForm(): ReactElement { disabled={!isDirty || Object.keys(errors).length !== 0} onClick={onSubmit} type="submit" - colorScheme="orange" + colorScheme="brand" > {t('submit')} diff --git a/components/Forms/FormField/FormField.tsx b/components/Forms/FormField/FormField.tsx index 5897c68..716aa93 100644 --- a/components/Forms/FormField/FormField.tsx +++ b/components/Forms/FormField/FormField.tsx @@ -13,10 +13,10 @@ export const FormField: React.FC< :nth-of-type(1):hover + *': { - color: 'orange.300', + color: 'brand.300', }, '& > :nth-of-type(1):focus + *': { - color: 'orange.400', + color: 'brand.400', }, }} flexDir="column-reverse" diff --git a/components/InfoList/InfoList.tsx b/components/InfoList/InfoList.tsx index 84e66c5..2ee6d07 100644 --- a/components/InfoList/InfoList.tsx +++ b/components/InfoList/InfoList.tsx @@ -28,7 +28,7 @@ export default function InfoList({ items }: Props): ReactElement { {item.content} ) : ( @@ -89,7 +89,7 @@ export default function MainNavigation({ ))} } display={{ md: 'none' }} onClick={onOpen} @@ -111,7 +111,7 @@ export default function MainNavigation({ isFullWidth py={2} variant={menuItem.href === '/contact' ? 'solid' : 'link'} - colorScheme="orange" + colorScheme="brand" > {menuItem.label} @@ -121,7 +121,7 @@ export default function MainNavigation({ - diff --git a/components/Obituary/components/Obituary.tsx b/components/Obituary/components/Obituary.tsx index ca30e1b..ac9e05b 100644 --- a/components/Obituary/components/Obituary.tsx +++ b/components/Obituary/components/Obituary.tsx @@ -64,7 +64,7 @@ export const Obituary: ObituaryRenderer = (props) => { props, rootModalProps: { size: 'xl', - colorScheme: 'orange', + colorScheme: 'brand', }, }) }, [open, props]) @@ -73,7 +73,7 @@ export const Obituary: ObituaryRenderer = (props) => { { > diff --git a/components/TopScroll/TopScroll.tsx b/components/TopScroll/TopScroll.tsx index 75cfaf4..1847f12 100644 --- a/components/TopScroll/TopScroll.tsx +++ b/components/TopScroll/TopScroll.tsx @@ -36,7 +36,7 @@ export default function TopScroll({ > ( diff --git a/pages/contact.tsx b/pages/contact.tsx index 5c23618..1bbbd27 100644 --- a/pages/contact.tsx +++ b/pages/contact.tsx @@ -50,7 +50,7 @@ export default function Contact({ story }: Props): ReactElement { textAlign="center" p={8} color="white" - backgroundColor="orange.400" + backgroundColor="brand.400" > {infoBlockText}