mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
fix: make the category name input use --font (#413)
This commit is contained in:
parent
657e9eb04e
commit
d8f48743b3
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,10 @@ const KanbanListHeader = styled.div`
|
|||
cursor: pointer !important;
|
||||
transition: 0.2s ease background-color;
|
||||
|
||||
> * {
|
||||
font: var(--font);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--background);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue