fix(site): decrease chevron size in AI Bridge session row (#23688)

The Sessions table row chevron icon is too big. Make it smaller 🤏
This commit is contained in:
Jeremy Ruppel
2026-03-26 15:10:41 -04:00
committed by GitHub
parent ea4070c0ce
commit 1358233c83
@@ -160,7 +160,7 @@ export const ListSessionsRow: FC<ListSessionsRowProps> = ({
DATE_FORMAT.FULL_DATETIME,
)}
</span>
<ChevronRightIcon className="ml-4" />
<ChevronRightIcon className="ml-4 size-icon-sm" />
</div>
</TableCell>
</TableRow>