Skip to content

Commit

Permalink
fix: adapt icon
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiashader committed Nov 21, 2024
1 parent a83f26c commit 9dcde2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/date-picker/date-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ export class DatePicker implements IxDatePickerComponent {
<ix-icon-button
onClick={() => this.changeToAdjacentMonth(1)}
ghost
icon={iconChevronLeftSmall}
icon={iconChevronRightSmall}
variant="primary"
class="arrows"
></ix-icon-button>
Expand Down

0 comments on commit 9dcde2a

Please sign in to comment.