Skip to content

Commit

Permalink
change font used for subtitle on theme page
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Dec 15, 2024
1 parent 19465aa commit 4c6eeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/theme/TransformChooser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
/>
<label for="algorithms-{a.id}">
<p>{a.name}</p>
<p class="m3-font-title-small">{a.desc}</p>
<p class="m3-font-body-medium">{a.desc}</p>
</label>
{/each}
</div>
Expand Down

0 comments on commit 4c6eeef

Please sign in to comment.