UI: styling tweaks

This commit is contained in:
Pieter Vander Vennet 2024-09-06 22:56:00 +02:00
parent d74bda0ce2
commit 82925aa55f
2 changed files with 6 additions and 2 deletions

View file

@ -157,11 +157,11 @@
<Page {onlyLink} shown={pg.about_theme}>
<svelte:fragment slot="link">
<Marker icons={layout.icon} />
<Marker size="h-7 w-7" icons={layout.icon} />
<Tr t={t.showIntroduction} />
</svelte:fragment>
<svelte:fragment slot="header">
<Marker size="h-6 w-6 mr-2" icons={layout.icon} />
<Marker size="h-8 w-8 mr-3" icons={layout.icon} />
<Tr t={layout.title} />
</svelte:fragment>
<ThemeIntroPanel {state} />