Revert back to normal font for recording rule titles

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2024-09-09 11:54:41 +02:00
parent 7e0cba568e
commit 306d357635
1 changed files with 1 additions and 10 deletions

View File

@ -141,16 +141,7 @@ export default function RulesPage() {
<IconTimeline size={15} />
</Tooltip>
)}
<Text
ff={
r.type === "recording"
? '"DejaVu Sans Mono", monospace'
: undefined
}
fz={r.type === "recording" ? "sm" : "md"}
>
{r.name}
</Text>
<Text>{r.name}</Text>
</Group>
<Group gap="xs">
<Group gap="xs" wrap="wrap">