Themeing changes

This commit is contained in:
Neshura 2024-05-24 16:27:43 +02:00
parent 986cf8453e
commit c37e8097b8
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 4 additions and 4 deletions

View file

@ -23,14 +23,14 @@
</script> </script>
{#if valid} {#if valid}
<Card.Root class="flex-1 flex flex-col flex-grow"> <Card.Root class="flex-1 flex flex-col flex-grow bg-secondary">
<Card.Header> <Card.Header>
<Card.Title>{i18n.localize("inventorySettings")}</Card.Title> <Card.Title>{i18n.localize("inventorySettings")}</Card.Title>
</Card.Header> </Card.Header>
<Card.Content class="flex flex-col flex-grow gap-3"> <Card.Content class="flex flex-col flex-grow gap-3">
<Separator /> <Separator />
<Label for="inventorySize">{i18n.localize("inventory")} {i18n.localize("multiplier")}</Label> <Label for="inventorySize">{i18n.localize("inventory")} {i18n.localize("multiplier")}</Label>
<Input id="inventorySize" type="number" bind:value={inventoryMultiplier}/> <Input class="bg-card rounded-xl" id="inventorySize" type="number" bind:value={inventoryMultiplier}/>
<Card.Root> <Card.Root>
<Card.Content class="pt-6 flex flex-col gap-3"> <Card.Content class="pt-6 flex flex-col gap-3">
<NewInventory i18n={i18n} grid={ship.grid} {onAddInventory} /> <NewInventory i18n={i18n} grid={ship.grid} {onAddInventory} />

View file

@ -25,7 +25,7 @@
</script> </script>
{#if valid} {#if valid}
<Card.Root class="flex-1 flex flex-col flex-grow"> <Card.Root class="flex-1 flex flex-col flex-grow bg-secondary">
<Card.Header> <Card.Header>
<Card.Title>{i18n.localize("thrusterSettings")}</Card.Title> <Card.Title>{i18n.localize("thrusterSettings")}</Card.Title>
</Card.Header> </Card.Header>

View file

@ -144,7 +144,7 @@
{#if mounted} {#if mounted}
<div class="gap-4 flex flex-row flex-wrap h-full"> <div class="gap-4 flex flex-row flex-wrap h-full">
<Card.Root class="flex-1"> <Card.Root class="flex-1 bg-secondary">
<Card.Header> <Card.Header>
<Card.Title>{i18n.localize("title")}</Card.Title> <Card.Title>{i18n.localize("title")}</Card.Title>
</Card.Header> </Card.Header>