App: Add shadows to buttons (except for the header)
This commit is contained in:
@ -72,7 +72,7 @@
|
||||
</script>
|
||||
|
||||
<div class="pb-2">
|
||||
<Button width="w-full" color="tertiary" onclick={create_race_handler}>
|
||||
<Button width="w-full" color="tertiary" onclick={create_race_handler} shadow>
|
||||
<span class="font-bold">Create New Race</span>
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user