@digi-frontend/dgate-api-documentation 3.1.6 → 3.1.7

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.js CHANGED
@@ -1352,7 +1352,8 @@ const ApiCard = ({ api, viewStyle }) => {
1352
1352
  borderRadius: token$2.borderRadiusSM,
1353
1353
  border: `1px solid ${token$2.colorBorderSecondary}`,
1354
1354
  minWidth: "6.25rem",
1355
- maxWidth: "fit-content"
1355
+ maxWidth: "fit-content",
1356
+ svg: { path: { fill: token$2.colorPrimary } }
1356
1357
  },
1357
1358
  [scope("list-title")]: {
1358
1359
  color: token$2.colorTextHeading,