diff --git a/packages/grafana-ui/src/components/Table/styles.ts b/packages/grafana-ui/src/components/Table/styles.ts index a1bf46b85f7..d9bb1770a0a 100644 --- a/packages/grafana-ui/src/components/Table/styles.ts +++ b/packages/grafana-ui/src/components/Table/styles.ts @@ -43,6 +43,9 @@ export const getTableStyles = (theme: GrafanaTheme2) => { display: inline-flex; } } + a { + color: inherit; + } `; };