mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user