We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b309d2a commit 5410280Copy full SHA for 5410280
packages/components/src/components/pagination/component.tsx
@@ -56,11 +56,8 @@ const NUMBER_FORMATTER = new Intl.NumberFormat(userLanguage, {
56
});
57
58
@Component({
59
- tag: 'kol-pagination',
60
- styleUrls: {
61
- default: './style.scss',
62
- },
63
- shadow: true,
+ tag: 'kol-pagination-wc',
+ shadow: false,
64
})
65
export class KolPagination implements PaginationAPI {
66
@Element() private readonly host?: HTMLKolTextareaElement;
0 commit comments