From 0782143b6ad944e7d166d4d99e11a63cf7417600 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:29:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Enhance=20DrilldownNa?= =?UTF-8?q?vigation=20accessibility=20and=20keyboard=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed `.flex.items-center.gap-2.mb-4` container to semantic ` {/* Current Level Content */}
{current.content}
@@ -85,18 +89,18 @@ export function DrilldownNavigation({ onClick={handleBack} disabled={currentLevel === 0} className={clsx( - 'flex items-center gap-2 px-4 py-2 rounded-md text-sm font-medium transition-opacity', + 'flex items-center gap-2 px-4 py-2 rounded-md text-sm font-medium transition-opacity focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-neutral-400 focus-visible:ring-offset-2 focus-visible:ring-offset-[#0b101a]', 'hover:opacity-80', currentLevel === 0 ? 'opacity-50 cursor-not-allowed text-neutral-500' : 'text-neutral-300' )} > - +