add light mode

This commit is contained in:
Gregor Vostrak
2025-03-28 14:00:19 +01:00
parent 7339b79e35
commit df2fe1da1e
124 changed files with 579 additions and 369 deletions

View File

@@ -51,7 +51,7 @@ const updateTeamName = () => {
:alt="team.owner.name" />
<div class="ms-4 leading-tight">
<div class="text-white">
<div class="text-text-primary">
{{ team.owner.name }}
</div>
<div class="text-muted text-sm">
@@ -93,7 +93,7 @@ const updateTeamName = () => {
v-model="form.currency"
name="currency"
:disabled="!permissions.canUpdateTeam"
class="mt-1 block w-full border-input-border bg-input-background text-white focus:border-input-border-active rounded-md shadow-sm">
class="mt-1 block w-full border-input-border bg-input-background text-text-primary focus:border-input-border-active rounded-md shadow-sm">
<option value="" disabled>Select a currency</option>
<option
v-for="(currencyTranslated, currencyKey) in $page.props