Update icons

pull/388/head
cagataycivici 2020-07-10 16:40:32 +03:00
parent fa8bf7e934
commit 5342ee5a0d
2 changed files with 4 additions and 4 deletions

View File

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

View File

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