Skip to content

Commit 5410280

Browse files
committed
Add shadow.tsx
Refs: #7126
1 parent b309d2a commit 5410280

File tree

2 files changed

+565
-5
lines changed

2 files changed

+565
-5
lines changed

packages/components/src/components/pagination/component.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,8 @@ const NUMBER_FORMATTER = new Intl.NumberFormat(userLanguage, {
5656
});
5757

5858
@Component({
59-
tag: 'kol-pagination',
60-
styleUrls: {
61-
default: './style.scss',
62-
},
63-
shadow: true,
59+
tag: 'kol-pagination-wc',
60+
shadow: false,
6461
})
6562
export class KolPagination implements PaginationAPI {
6663
@Element() private readonly host?: HTMLKolTextareaElement;

0 commit comments

Comments
 (0)