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"
>