mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -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;
|
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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue