@agentiffai/design 1.3.25 → 1.3.26

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.
@@ -1558,7 +1558,7 @@ DarkNotificationCard.displayName = "DarkNotificationCard";
1558
1558
  var Container6 = styled9.div`
1559
1559
  width: 100%;
1560
1560
  height: 100%;
1561
- background-color: transparent;
1561
+ background-color: ${tokens.colors.background.dark};
1562
1562
  color: ${tokens.colors.text.primary};
1563
1563
  display: flex;
1564
1564
  flex-direction: column;