@stoker-platform/web-app 0.5.181 → 0.5.182
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/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/List.tsx +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/List.tsx
CHANGED
|
@@ -1518,8 +1518,8 @@ export function List({
|
|
|
1518
1518
|
key={`metric-${index}`}
|
|
1519
1519
|
className={"grid gap-3 place-content-center"}
|
|
1520
1520
|
>
|
|
1521
|
-
<Card className="p-4 flex flex-col min-w-
|
|
1522
|
-
<div className="font-semibold
|
|
1521
|
+
<Card className="p-4 flex flex-col min-w-fit place-content-center items-center bg-blue-500 dark:bg-blue-500/50 text-primary-foreground dark:text-primary">
|
|
1522
|
+
<div className="font-semibold text-center">
|
|
1523
1523
|
{/* eslint-disable-next-line security/detect-object-injection */}
|
|
1524
1524
|
{metricTitle}: {metricsValues[index] as string}
|
|
1525
1525
|
</div>
|