From 7600382b21c0ef238e78146dbb9e26989dd16760 Mon Sep 17 00:00:00 2001 From: Rohil Surana Date: Tue, 26 May 2026 15:58:06 +0530 Subject: [PATCH] fix(breadcrumb): add cursor pointer to breadcrumb-link --- packages/raystack/components/breadcrumb/breadcrumb.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/raystack/components/breadcrumb/breadcrumb.module.css b/packages/raystack/components/breadcrumb/breadcrumb.module.css index ffd6e20ce..6f57147d9 100644 --- a/packages/raystack/components/breadcrumb/breadcrumb.module.css +++ b/packages/raystack/components/breadcrumb/breadcrumb.module.css @@ -36,6 +36,7 @@ text-decoration: none; text-wrap: nowrap; gap: var(--rs-space-2); + cursor: pointer; } .breadcrumb-link:hover {