diff --git a/ui/src/components/frame/IconRail.tsx b/ui/src/components/frame/IconRail.tsx
index 9eaf15cc..7c83dfc1 100644
--- a/ui/src/components/frame/IconRail.tsx
+++ b/ui/src/components/frame/IconRail.tsx
@@ -90,7 +90,7 @@ export function IconRail({ companyPrefix }: IconRailProps) {
@@ -140,7 +140,8 @@ function DestinationLink({
className={cn(
"flex h-10 w-10 items-center justify-center rounded-[4px]",
"transition-colors duration-100 ease-out",
- active ? "text-[#faff69]" : "text-muted-foreground hover:text-[#faff69]",
+ "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 focus-visible:ring-offset-background",
+ active ? "text-primary" : "text-muted-foreground hover:text-primary",
)}
>
@@ -149,7 +150,7 @@ function DestinationLink({
{active && (
)}