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 @@ -485,8 +485,8 @@ export function SideMenu({
485485 < SideMenuItem
486486 name = "Query"
487487 icon = { TableCellsIcon }
488- activeIconColor = "text-purple-500 "
489- inactiveIconColor = "text-purple-500 "
488+ activeIconColor = "text-query "
489+ inactiveIconColor = "text-query "
490490 to = { queryPath ( organization , project , environment ) }
491491 data-action = "query"
492492 isCollapsed = { isCollapsed }
@@ -1045,8 +1045,8 @@ function CreateDashboardDialog({ formAction }: { formAction: string }) {
10451045 const isLoading = navigation . formAction === formAction ;
10461046
10471047 return (
1048- < DialogContent >
1049- < DialogHeader > Create Dashboard </ DialogHeader >
1048+ < DialogContent className = "sm:max-w-sm" >
1049+ < DialogHeader > Create dashboard </ DialogHeader >
10501050 < Form method = "post" action = { formAction } className = "space-y-4 pt-3" >
10511051 < InputGroup >
10521052 < Label > Title</ Label >
@@ -1066,7 +1066,7 @@ function CreateDashboardDialog({ formAction }: { formAction: string }) {
10661066 }
10671067 cancelButton = {
10681068 < DialogClose asChild >
1069- < Button variant = "tertiary /medium" > Cancel</ Button >
1069+ < Button variant = "secondary /medium" > Cancel</ Button >
10701070 </ DialogClose >
10711071 }
10721072 />
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ const runs = colors.indigo[500];
159159const batches = colors . pink [ 500 ] ;
160160const schedules = colors . yellow [ 500 ] ;
161161const queues = colors . purple [ 500 ] ;
162+ const query = colors . blue [ 500 ] ;
162163const deployments = colors . green [ 500 ] ;
163164const concurrency = colors . amber [ 500 ] ;
164165const limits = colors . purple [ 500 ] ;
@@ -240,6 +241,7 @@ module.exports = {
240241 schedules,
241242 concurrency,
242243 queues,
244+ query,
243245 regions,
244246 limits,
245247 deployments,
You can’t perform that action at this time.
0 commit comments