소스 검색

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

Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Poalry 2 년 전
부모
커밋
bfb80f36b3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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};
 `;