Skip to content

Commit

Permalink
fix(html): add k-picker-solid class to pager select
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed Apr 4, 2023
1 parent ee18128 commit e536e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/html/src/pager/pager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export class Pager extends React.Component<PagerProps> {
<select
className={classNames(
'k-picker',
'k-picker-solid',
'k-dropdown-list',
'k-dropdown',
'k-rounded-md',
Expand Down

0 comments on commit e536e6b

Please sign in to comment.