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 ef2ce85b48
commit b3a3d6c40a

View File

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