Explorar o código

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

Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Poalry %!s(int64=2) %!d(string=hai) anos
pai
achega
bfb80f36b3

+ 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};
 `;