forked from abner/for-legacy-web
fix: make the category name input use --font (#413)
This commit is contained in:
@@ -97,6 +97,10 @@ const KanbanListHeader = styled.div`
|
||||
cursor: pointer !important;
|
||||
transition: 0.2s ease background-color;
|
||||
|
||||
> * {
|
||||
font: var(--font);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--background);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user