@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.
@@ -1564,7 +1564,7 @@ DarkNotificationCard.displayName = "DarkNotificationCard";
1564
1564
  var Container6 = styled9__default.default.div`
1565
1565
  width: 100%;
1566
1566
  height: 100%;
1567
- background-color: transparent;
1567
+ background-color: ${tokens.colors.background.dark};
1568
1568
  color: ${tokens.colors.text.primary};
1569
1569
  display: flex;
1570
1570
  flex-direction: column;