Merged in fix/menu-links-icon-color (pull request #1442)

fix: correct color for icon

* fix: correct color for icon


Approved-by: Matilda Landström
This commit is contained in:
Fredrik Thorsson
2025-02-27 15:10:30 +00:00
parent f9f55ca0bf
commit 03954dde90

View File

@@ -65,7 +65,7 @@ export default async function RestaurantSidebar({
variant="icon"
>
{name}
<OpenInNewSmallIcon />
<OpenInNewSmallIcon color="peach80" />
</Link>
</li>
))}