Skip to content

Commit

Permalink
Fix buefy#314 Set pack prop to next/prev icon buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jtommy committed Sep 11, 2017
1 parent 90496b6 commit 41ad6d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/datepicker/Datepicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
@keydown.space.prevent="decrementMonth">

<b-icon icon="chevron_left"
:pack="iconPack"
both
type="is-primary is-clickable">
</b-icon>
Expand All @@ -51,6 +52,7 @@
@keydown.space.prevent="incrementMonth">

<b-icon icon="chevron_right"
:pack="iconPack"
both
type="is-primary is-clickable">
</b-icon>
Expand Down

0 comments on commit 41ad6d6

Please sign in to comment.