@agentiffai/design 1.3.21 → 1.3.23

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.
@@ -1651,7 +1651,7 @@ var TabPanelWrapper = styled9__default.default.div`
1651
1651
  overflow-y: auto;
1652
1652
  overflow-x: hidden; // Prevent horizontal overflow
1653
1653
  scrollbar-gutter: stable; // Always reserve space for scrollbar to prevent width jump
1654
- background-color: ${tokens.colors.surface.overlay};
1654
+ background-color: ${tokens.colors.background.dark};
1655
1655
  min-height: 0; // Enable proper flex shrinking and scrolling
1656
1656
 
1657
1657
  @media (max-width: ${tokens.breakpoints.mobile}px) {