diff --git a/packages/cxl-ui/scss/cxl-jw-player/cxl-jw-player-shadow.scss b/packages/cxl-ui/scss/cxl-jw-player/cxl-jw-player-shadow.scss index d2d33468e..b1cff79a7 100644 --- a/packages/cxl-ui/scss/cxl-jw-player/cxl-jw-player-shadow.scss +++ b/packages/cxl-ui/scss/cxl-jw-player/cxl-jw-player-shadow.scss @@ -73,7 +73,7 @@ } .gap { - gap: var(--lumo-space-m); + gap: var(--lumo-space-s); } .grid { @@ -112,6 +112,10 @@ max-width: var(--cxl-content-max-width); width: 100%; + #search-result-count { + font-size: var(--lumo-font-size-s); + } + vaadin-checkbox { --lumo-body-text-color: #fff; diff --git a/packages/cxl-ui/src/components/cxl-jw-player/index.html.js b/packages/cxl-ui/src/components/cxl-jw-player/index.html.js index 606d49664..cbb44abf1 100644 --- a/packages/cxl-ui/src/components/cxl-jw-player/index.html.js +++ b/packages/cxl-ui/src/components/cxl-jw-player/index.html.js @@ -11,7 +11,7 @@ export const template = function () { ${this.captions ? html` -