Skip to content

Commit

Permalink
feat: set default pagination style to light
Browse files Browse the repository at this point in the history
  • Loading branch information
sapkra committed Oct 14, 2024
1 parent d41496d commit fb0900e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,9 @@ export const defaultContext: FragmentUIContext = {
},
},
},
pagination: {
variant: 'light',
}
},
};

Expand Down

0 comments on commit fb0900e

Please sign in to comment.