diff --git a/packages/redux-devtools-rtk-query-monitor/src/components/NoRtkQueryApi.tsx b/packages/redux-devtools-rtk-query-monitor/src/components/NoRtkQueryApi.tsx index c51f228c..f8c19f34 100644 --- a/packages/redux-devtools-rtk-query-monitor/src/components/NoRtkQueryApi.tsx +++ b/packages/redux-devtools-rtk-query-monitor/src/components/NoRtkQueryApi.tsx @@ -12,7 +12,7 @@ export function NoRtkQueryApi(): JSX.Element { the instructions diff --git a/packages/redux-devtools-rtk-query-monitor/src/styles/createStylingFromTheme.ts b/packages/redux-devtools-rtk-query-monitor/src/styles/createStylingFromTheme.ts index 168a03fc..7875175e 100644 --- a/packages/redux-devtools-rtk-query-monitor/src/styles/createStylingFromTheme.ts +++ b/packages/redux-devtools-rtk-query-monitor/src/styles/createStylingFromTheme.ts @@ -293,9 +293,11 @@ const getSheetFromColorMap = (map: ColorMap) => { noApiFound: { width: '100%', textAlign: 'center', + color: map.TEXT_COLOR, padding: '1.4em', '& a': { fontSize: 'inherit', + color: map.TEXT_COLOR, textDecoration: 'underline', }, },