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

@ -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>