feat: catch all yaml parse errors

This commit is contained in:
2023-12-08 21:17:34 +01:00
parent 03d17569da
commit a350f58efc
7 changed files with 22 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ const Checkbox = (
const id = `checkbox-${_id}`;
return (
<label
className="flex items-center py-3 px-4 rounded-xl"
className="flex items-center py-3 px-4 rounded-2xl"
style={{ color: "var(--foreground)", background: "var(--background)" }}
>
<input