Skip to content

Commit 985f451

Browse files
committed
Remove reference to removed EUI var
- use a more generic version instead
1 parent cd832e6 commit 985f451

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table

x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_locations.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function getLocationStatusColor(
8282
overviewStatus: OverviewStatusState | null
8383
) {
8484
const {
85-
eui: { euiColorVis9, euiColorVis0, euiSideNavDisabledTextcolor },
85+
eui: { euiColorVis9, euiColorVis0, euiColorDisabled },
8686
} = euiTheme;
8787

8888
const locById = `${monitorId}-${locationLabel}`;
@@ -93,5 +93,5 @@ function getLocationStatusColor(
9393
return euiColorVis0;
9494
}
9595

96-
return euiSideNavDisabledTextcolor;
96+
return euiColorDisabled;
9797
}

0 commit comments

Comments
 (0)