Skip to content

Commit 265820c

Browse files
committed
refactor(ui): bolder subtitles
1 parent 12d7dd0 commit 265820c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/lib/components/field-radio-inline.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</script>
99

1010
<!-- -------------------------------------------------------------------------->
11-
<h6 class="text-muted mt-4">{title}</h6>
11+
<h6 class="text-muted mt-4 fw-semibold">{title}</h6>
1212

1313
{#each options as { optName, optValue }}
1414
<div class="form-check form-check-inline mx-4">

ui/src/lib/components/field-radio.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</script>
99

1010
<!-- -------------------------------------------------------------------------->
11-
<h6 class="text-muted mt-4">{title}</h6>
11+
<h6 class="text-muted mt-4 fw-semibold">{title}</h6>
1212

1313
<div class="row row-cols-auto justify-content-center">
1414
<div class="col">

0 commit comments

Comments
 (0)