diff --git a/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx b/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx index a5336a180..067e9cea2 100644 --- a/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx +++ b/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx @@ -34,6 +34,7 @@ export const InstalledAppListRow: React.FC = props => { state={{ from: location.pathname }} className={sprinkles({ display: "contents" })} inline={false} + disabled={!!app.isActive} > = props => { justifyContent="space-between" flexDirection="row" flexWrap="wrap" + backgroundColor={!app.isActive ? "surfaceNeutralSubdued" : undefined} >