From 0cfad81898e9b10fce5b91fa11b0c3936020cb3e Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Tue, 10 Jun 2025 18:44:43 -0400 Subject: [PATCH] Fix: Adding dark mode support for recipe modal (#2853) --- ui/desktop/src/components/RecipeExpandableInfo.tsx | 4 ++-- ui/desktop/src/components/RecipeInfoModal.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/desktop/src/components/RecipeExpandableInfo.tsx b/ui/desktop/src/components/RecipeExpandableInfo.tsx index 07083843..16212806 100644 --- a/ui/desktop/src/components/RecipeExpandableInfo.tsx +++ b/ui/desktop/src/components/RecipeExpandableInfo.tsx @@ -38,7 +38,7 @@ export default function RecipeExpandableInfo({ -
+
{infoValue && ( <>
setValueExpanded(!isValueExpanded)} aria-label={isValueExpanded ? 'Collapse content' : 'Expand content'} title={isValueExpanded ? 'Collapse' : 'Expand'} - className="bg-gray-100 hover:bg-gray-200 p-2 rounded text-black hover:text-blue-800 transition-colors" + className="bg-bgSubtle hover:bg-bgStandard p-2 rounded text-textStandard hover:text-textProminent transition-colors" >