Data/Season: Update create teams/drivers/races/substitutions button colors
This commit is contained in:
@ -100,7 +100,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="pb-2">
|
<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>
|
<b>Create New Driver</b>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -72,7 +72,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="pb-2">
|
<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>
|
<b>Create New Race</b>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -123,7 +123,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="pb-2">
|
<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>
|
<b>Create New Substitution</b>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -59,7 +59,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="pb-2">
|
<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>
|
<b>Create New Team</b>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user