From 5e8f8167d181af06544df8d1331c210ce6edefd8 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 25 Feb 2026 14:40:05 +0100 Subject: [PATCH] Clean color --- web/components/profile/connect-actions.tsx | 2 +- web/styles/globals.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */