Themeing changes
This commit is contained in:
parent
986cf8453e
commit
c37e8097b8
3 changed files with 4 additions and 4 deletions
|
@ -23,14 +23,14 @@
|
|||
</script>
|
||||
|
||||
{#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.Title>{i18n.localize("inventorySettings")}</Card.Title>
|
||||
</Card.Header>
|
||||
<Card.Content class="flex flex-col flex-grow gap-3">
|
||||
<Separator />
|
||||
<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.Content class="pt-6 flex flex-col gap-3">
|
||||
<NewInventory i18n={i18n} grid={ship.grid} {onAddInventory} />
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</script>
|
||||
|
||||
{#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.Title>{i18n.localize("thrusterSettings")}</Card.Title>
|
||||
</Card.Header>
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
|
||||
{#if mounted}
|
||||
<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.Title>{i18n.localize("title")}</Card.Title>
|
||||
</Card.Header>
|
||||
|
|
Loading…
Reference in a new issue