fix: rounding of model selector

This commit is contained in:
Yandrik 2024-05-02 09:18:02 +02:00
parent 857efe6faa
commit 92b165bbd6

View File

@ -182,7 +182,7 @@
</div> </div>
<div class="mb-4 px-4"> <div class="mb-4 px-4">
<p>Bildgenerations-Model</p> <p>Bildgenerations-Model</p>
<RadioGroup active="variant-filled-primary" hover="hover:variant-soft-primary" flexDirection="flex-col md:flex-row" display="flex"> <RadioGroup active="variant-filled-primary" hover="hover:variant-soft-primary" flexDirection="flex-col md:flex-row" display="flex" rounded="rounded-lg md:rounded-container-token">
{#each models as model} {#each models as model}
<RadioItem bind:group={currentModel} value={model.value}> <RadioItem bind:group={currentModel} value={model.value}>
{model.name} {model.name}