File tree Expand file tree Collapse file tree
app/components/navigation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -524,8 +524,8 @@ export function SideMenu({
524524 ? TreeConnectorEnd
525525 : TreeConnectorBranch
526526 }
527- activeIconColor = "text-customDashboards"
528- inactiveIconColor = "text-customDashboards"
527+ activeIconColor = { isCollapsed ? "text-text-dimmed" : "text- customDashboards"}
528+ inactiveIconColor = { isCollapsed ? "text-text-dimmed" : "text- customDashboards"}
529529 to = { v3CustomDashboardPath ( organization , project , environment , dashboard ) }
530530 isCollapsed = { isCollapsed }
531531 />
@@ -1049,7 +1049,7 @@ function CreateDashboardButton({
10491049 < DialogTrigger asChild >
10501050 < button
10511051 type = "button"
1052- className = "flex h-full w-full items-center justify-center rounded text-text-dimmed transition hover:bg-charcoal-600 hover:text-text-bright"
1052+ className = "flex h-full w-full items-center justify-center rounded text-text-dimmed transition focus-custom hover:bg-charcoal-600 hover:text-text-bright"
10531053 >
10541054 < PlusIcon className = "size-4" />
10551055 </ button >
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ const schedules = colors.yellow[500];
161161const queues = colors . purple [ 500 ] ;
162162const query = colors . blue [ 500 ] ;
163163const metrics = colors . green [ 500 ] ;
164- const customDashboards = charcoal [ 400 ] ;
164+ const customDashboards = charcoal [ 500 ] ;
165165const deployments = colors . green [ 500 ] ;
166166const concurrency = colors . amber [ 500 ] ;
167167const limits = colors . purple [ 500 ] ;
You can’t perform that action at this time.
0 commit comments