浏览代码

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`
 export const Text = styled.div`
   font-size: 20px;
   font-size: 20px;
+  color: ${({ theme }) => theme.default.color.normal};
 `;
 `;