fix: Regression in styling of search filter with note

This commit is contained in:
Tom Moor
2024-02-16 12:05:55 -05:00
parent bc84714670
commit 6c7d65b743

View File

@@ -76,8 +76,8 @@ const FilterOptions = ({
};
const Note = styled(Text)`
margin-top: 2px;
margin-bottom: 0;
display: block;
margin: 2px 0;
line-height: 1.2em;
font-size: 14px;
font-weight: 500;