@opendata-ai/openchart-vanilla 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4675,7 +4675,7 @@ function renderTable(layout, container) {
4675
4675
  brandLink.href = "https://tryopendata.ai";
4676
4676
  brandLink.target = "_blank";
4677
4677
  brandLink.rel = "noopener";
4678
- brandLink.style.cssText = `font-size: 20px; color: ${brandColor}; opacity: 0.55; text-decoration: none; font-family: ${theme ? theme.fonts.family : "sans-serif"};`;
4678
+ brandLink.style.cssText = `font-size: 20px; font-weight: 600; color: ${brandColor}; opacity: 0.55; text-decoration: none; font-family: ${theme ? theme.fonts.family : "sans-serif"};`;
4679
4679
  brandLink.textContent = "OpenData";
4680
4680
  brand.appendChild(brandLink);
4681
4681
  wrapper.appendChild(brand);