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: {
type: String,
default: 'pi pi-arrow-up',
default: 'pi pi-angle-up',
},
decrementButtonIcon: {
type: String,
default: 'pi pi-arrow-down',
default: 'pi pi-angle-down',
},
locale: {
type: String,

View File

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