Data/Season: Update create teams/drivers/races/substitutions button colors

This commit is contained in:
2025-01-25 18:26:47 +01:00
parent 7ec8411011
commit 766f09c5b5
4 changed files with 4 additions and 4 deletions

View File

@ -100,7 +100,7 @@
</script>
<div class="pb-2">
<Button width="w-full" color="surface" onclick={create_driver_handler}>
<Button width="w-full" color="tertiary" onclick={create_driver_handler}>
<b>Create New Driver</b>
</Button>
</div>

View File

@ -72,7 +72,7 @@
</script>
<div class="pb-2">
<Button width="w-full" color="surface" onclick={create_race_handler}>
<Button width="w-full" color="tertiary" onclick={create_race_handler}>
<b>Create New Race</b>
</Button>
</div>

View File

@ -123,7 +123,7 @@
</script>
<div class="pb-2">
<Button width="w-full" color="surface" onclick={create_substitution_handler}>
<Button width="w-full" color="tertiary" onclick={create_substitution_handler}>
<b>Create New Substitution</b>
</Button>
</div>

View File

@ -59,7 +59,7 @@
</script>
<div class="pb-2">
<Button width="w-full" color="surface" onclick={create_team_handler}>
<Button width="w-full" color="tertiary" onclick={create_team_handler}>
<b>Create New Team</b>
</Button>
</div>