@kwantis-id3/frontend-library 1.0.0-rc.17 → 1.0.0-rc.18

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/esm/index.js CHANGED
@@ -411,7 +411,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"@emotion/react/jsx-runtime";import*
411
411
  height: 50px;
412
412
  }
413
413
  tr.header {
414
- background-color: ${e=>e.theme.activePalette.background.main};
414
+ background-color: transparent;
415
415
  font-weight: 600;
416
416
  border: 0px;
417
417
  color: ${e=>e.theme.activePalette.primary.main};