Browse Source

[FE] Fix "Saved filters" invalid font (#3412)

Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Victoria Salova 2 years ago
parent
commit
f51da4bb61

+ 1 - 0
kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.styled.ts

@@ -184,6 +184,7 @@ export const CreatedFilter = styled.p`
   margin: 25px 0 10px;
   font-size: 14px;
   line-height: 20px;
+  color: ${({ theme }) => theme.list.meta.color};
 `;
 
 export const SavedFiltersContainer = styled.div`