Icons update

pull/388/head
cagataycivici 2020-07-10 16:39:30 +03:00
parent caa7b09155
commit fa8bf7e934
2 changed files with 4 additions and 4 deletions

View File

@ -43,11 +43,11 @@ export default {
},
incrementButtonIcon: {
type: String,
default: 'pi pi-chevron-up',
default: 'pi pi-arrow-up',
},
decrementButtonIcon: {
type: String,
default: 'pi pi-chevron-down',
default: 'pi pi-arrow-down',
},
locale: {
type: String,

View File

@ -156,13 +156,13 @@ Vertical
<tr>
<td>incrementButtonIcon</td>
<td>string</td>
<td>pi pi-chevron-up</td>
<td>pi pi-arrow-up</td>
<td>Style class of the increment button.</td>
</tr>
<tr>
<td>decrementButtonIcon</td>
<td>string</td>
<td>pi pi-chevron-down</td>
<td>pi pi-arrow-down</td>
<td>Style class of the decrement button.</td>
</tr>
<tr>