diff --git a/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx b/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx index 56c7d32d3..84924e01b 100644 --- a/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx +++ b/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx @@ -34,7 +34,7 @@ export const InstalledAppListRow: React.FC = props => { state={{ from: location.pathname }} className={sprinkles({ display: "contents" })} inline={false} - disabled={!!app.isActive} + disabled={!app.isActive} > = props => { flexDirection="row" flexWrap="wrap" backgroundColor={!app.isActive ? "surfaceNeutralSubdued" : undefined} + cursor={app.isActive ? "pointer" : "not-allowed"} > = props => { justifyContent={{ mobile: "flex-end", desktop: "flex-start" }} gap={6} > - + + +