From c85092a644432693751cc3fecbe84ccf193fff6c Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 11 Oct 2025 09:04:48 +0100 Subject: [PATCH] fix: color /me highlights with 'my highlights' color setting - Set level: 'mine' on all highlights in /me page - Highlights now use the customizable --highlight-color-mine CSS variable - Quote icons and borders automatically match user's color preference - Consistent styling with highlights shown elsewhere in the app --- src/components/Me.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Me.tsx b/src/components/Me.tsx index b6f0f1b4..9328498f 100644 --- a/src/components/Me.tsx +++ b/src/components/Me.tsx @@ -105,7 +105,7 @@ const Me: React.FC = ({ relayPool }) => { {highlights.map((highlight) => (