Skip to content

Commit

Permalink
fix: button classes
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Aug 17, 2019
1 parent 7aa33f2 commit de4291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SiteHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</nav>

<button
class="flex justify-center items-center bg-blue border border-blue h-10 px-5 rounded-full lg:hidden focus:outline-none"
class="flex justify-center items-center bg-blue-500 border border-blue-500 h-10 px-5 rounded-full lg:hidden focus:outline-none"
@click="nav = !nav"
>
<svg
Expand Down

0 comments on commit de4291b

Please sign in to comment.