fix: make the category name input use --font (#413)

This commit is contained in:
Ed L 2021-11-22 22:13:48 +00:00 committed by GitHub
parent 657e9eb04e
commit d8f48743b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,6 +97,10 @@ const KanbanListHeader = styled.div`
cursor: pointer !important; cursor: pointer !important;
transition: 0.2s ease background-color; transition: 0.2s ease background-color;
> * {
font: var(--font);
}
&:hover { &:hover {
background: var(--background); background: var(--background);
} }