@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.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/layout/index.cjs +1 -1
- package/dist/layout/index.cjs.map +1 -1
- package/dist/layout/index.js +1 -1
- package/dist/layout/index.js.map +1 -1
- package/package.json +1 -1
package/dist/layout/index.js
CHANGED
|
@@ -1558,7 +1558,7 @@ DarkNotificationCard.displayName = "DarkNotificationCard";
|
|
|
1558
1558
|
var Container6 = styled9.div`
|
|
1559
1559
|
width: 100%;
|
|
1560
1560
|
height: 100%;
|
|
1561
|
-
background-color:
|
|
1561
|
+
background-color: ${tokens.colors.background.dark};
|
|
1562
1562
|
color: ${tokens.colors.text.primary};
|
|
1563
1563
|
display: flex;
|
|
1564
1564
|
flex-direction: column;
|