From e4134d6f9ac3669af8e154cadc5a85c1b977f7cf Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 5 Jan 2026 21:28:00 +0100 Subject: [PATCH] fix: item content header button colors --- components/AddToFavorites.tsx | 1 + components/RoundButton.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/AddToFavorites.tsx b/components/AddToFavorites.tsx index c69a83df..35221f1a 100644 --- a/components/AddToFavorites.tsx +++ b/components/AddToFavorites.tsx @@ -16,6 +16,7 @@ export const AddToFavorites: FC = ({ item, ...props }) => { diff --git a/components/RoundButton.tsx b/components/RoundButton.tsx index 5d490f19..3c3df522 100644 --- a/components/RoundButton.tsx +++ b/components/RoundButton.tsx @@ -104,7 +104,7 @@ export const RoundButton: React.FC> = ({ ) : null} {children ? children : null}