Revert back to normal font for recording rule titles
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
7e0cba568e
commit
306d357635
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue