diff --git a/apps/webapp/app/globals.css b/apps/webapp/app/globals.css index 506d99774..d7762a974 100644 --- a/apps/webapp/app/globals.css +++ b/apps/webapp/app/globals.css @@ -29,7 +29,7 @@ --accent: 319.38, 80.67%, 53.33%; --accent-foreground: 0, 0%, 98%; - --accent-secondary: 261, 29%, 56%; + --accent-500: 261, 29%, 56%; --destructive: 0, 62.8%, 30.6%; --destructive-foreground: 0, 85.7%, 97.3%; @@ -78,7 +78,7 @@ --accent: 319.38, 80.67%, 53.33%; --accent-foreground: 0, 0%, 98%; - --accent-secondary: 261, 29%, 56%; + --accent-500: 261, 29%, 56%; --destructive: 0, 62.8%, 30.6%; --destructive-foreground: 0, 85.7%, 97.3%; @@ -314,7 +314,7 @@ iframe[title="reCAPTCHA"], /* Subheading in About - Security - Whitepaper */ .sectionsSubheading { - @apply text-start text-2xl font-medium leading-[42.35px] text-[#ff51ed] md:text-[2.188rem]; + @apply text-start text-2xl font-medium leading-[42.35px] text-accent-400 md:text-[2.188rem]; } .heading2 { diff --git a/apps/webapp/components/dialogs/session/session-button.tsx b/apps/webapp/components/dialogs/session/session-button.tsx index 5026f1a7d..e362d915d 100644 --- a/apps/webapp/components/dialogs/session/session-button.tsx +++ b/apps/webapp/components/dialogs/session/session-button.tsx @@ -69,7 +69,7 @@ export function SessionButton() {