Data/Season: Update create teams/drivers/races/substitutions button colors
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user