We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d7dd0 commit 265820cCopy full SHA for 265820c
ui/src/lib/components/field-radio-inline.svelte
@@ -8,7 +8,7 @@
8
</script>
9
10
<!-- -------------------------------------------------------------------------->
11
-<h6 class="text-muted mt-4">{title}</h6>
+<h6 class="text-muted mt-4 fw-semibold">{title}</h6>
12
13
{#each options as { optName, optValue }}
14
<div class="form-check form-check-inline mx-4">
ui/src/lib/components/field-radio.svelte
<div class="row row-cols-auto justify-content-center">
<div class="col">
0 commit comments