Skip to content

Commit f51da4b

Browse files
[FE] Fix "Saved filters" invalid font (#3412)
Co-authored-by: Roman Zabaluev <[email protected]>
1 parent 4a7893f commit f51da4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export const CreatedFilter = styled.p`
184184
margin: 25px 0 10px;
185185
font-size: 14px;
186186
line-height: 20px;
187+
color: ${({ theme }) => theme.list.meta.color};
187188
`;
188189

189190
export const SavedFiltersContainer = styled.div`

0 commit comments

Comments
 (0)