style(desktop): drop the changelog divider in the update overlay

Flatten the available-update view — the hero/changelog split rides on gap
spacing now instead of a --ui-stroke-tertiary hairline.
This commit is contained in:
Brooklyn Nicholson
2026-06-06 18:21:12 -05:00
parent 4b7b8a47a6
commit e2152ce72d

View File

@@ -182,7 +182,7 @@ function IdleView({
</DialogDescription>
</div>
<div className="grid gap-3 border-t border-(--ui-stroke-tertiary) pt-4">
<div className="grid gap-3">
{groups.map(group => (
<div key={group.id}>
<p className="text-[0.625rem] font-semibold uppercase tracking-wide text-muted-foreground">{group.label}</p>