Browse Source

Fix invalid font color for 404 w/ dark theme (#3579)

Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Poalry 2 years ago
parent
commit
bfb80f36b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kafka-ui-react-app/src/components/ErrorPage/ErrorPage.styled.ts

+ 1 - 0
kafka-ui-react-app/src/components/ErrorPage/ErrorPage.styled.ts

@@ -17,4 +17,5 @@ export const Number = styled.div`
 
 export const Text = styled.div`
   font-size: 20px;
+  color: ${({ theme }) => theme.default.color.normal};
 `;