diff --git a/src/pages/settings/server/Categories.tsx b/src/pages/settings/server/Categories.tsx index f3dcd920..477d5ba6 100644 --- a/src/pages/settings/server/Categories.tsx +++ b/src/pages/settings/server/Categories.tsx @@ -97,6 +97,10 @@ const KanbanListHeader = styled.div` cursor: pointer !important; transition: 0.2s ease background-color; + > * { + font: var(--font); + } + &:hover { background: var(--background); }