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