diff --git a/packages/common/styles.js b/packages/common/styles.js index a06f5e57905cb17301e82904644565163bf2ec99..80a8919def7e4354a5758703c02735a60e580562 100644 --- a/packages/common/styles.js +++ b/packages/common/styles.js @@ -448,9 +448,9 @@ export function getButtonCSS() { let hoverBaseCheck = false; if (docStyle) { const hoverBase = docStyle.getPropertyValue('--dbp-override-hover-base'); - hoverBaseCheck = hoverBase ? true : false + hoverBaseCheck = hoverBase ? true : false; const hoverText = docStyle.getPropertyValue('--dbp-override-hover-text'); - hoverTextCheck = hoverText ? true : false + hoverTextCheck = hoverText ? true : false; } let hoverTextStyle = css``; @@ -1141,9 +1141,9 @@ export function getLinkCss() { let hoverBaseCheck = false; if (docStyle) { const hoverBase = docStyle.getPropertyValue('--dbp-override-hover-base'); - hoverBaseCheck = hoverBase ? true : false + hoverBaseCheck = hoverBase ? true : false; const hoverText = docStyle.getPropertyValue('--dbp-override-hover-text'); - hoverTextCheck = hoverText ? true : false + hoverTextCheck = hoverText ? true : false; } let hoverTextStyle = css``;