diff --git a/web/components/profile/connect-actions.tsx b/web/components/profile/connect-actions.tsx index 4c1747db..f046e88a 100644 --- a/web/components/profile/connect-actions.tsx +++ b/web/components/profile/connect-actions.tsx @@ -155,7 +155,7 @@ export function ConnectActions(props: {profile: Profile; user: User}) { border ${ isMutual - ? 'bg-primary-200 border-primary-500' + ? 'bg-primary-100 border-primary-500 border-2' : isSelected ? 'bg-primary-100 border-primary-300' : 'bg-canvas-50 text-ink-700 border-ink-300' diff --git a/web/styles/globals.css b/web/styles/globals.css index f6eb8ed8..51a3ef4b 100644 --- a/web/styles/globals.css +++ b/web/styles/globals.css @@ -253,7 +253,7 @@ --color-primary-400: 37 99 235; --color-primary-300: 29 78 216; --color-primary-200: 60 60 60; - --color-primary-100: 30 30 30; + --color-primary-100: 60 60 60; --color-primary-50: 23 37 84; /* very dark navy */ --color-no-950: 255 255 255; /* white */