diff --git a/CHANGELOG.md b/CHANGELOG.md index 81304f2b..f45b25ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Text highlighting clarity. [#342](https://github.com/sourcebot-dev/sourcebot/pull/342) +- Fixed repo list column header styling. [#344](https://github.com/sourcebot-dev/sourcebot/pull/344) - Clean up successful and failed jobs in Redis queues. [#343](https://github.com/sourcebot-dev/sourcebot/pull/343) ## [4.2.0] - 2025-06-09 diff --git a/packages/web/src/app/[domain]/repos/columns.tsx b/packages/web/src/app/[domain]/repos/columns.tsx index 7950a529..4d985cba 100644 --- a/packages/web/src/app/[domain]/repos/columns.tsx +++ b/packages/web/src/app/[domain]/repos/columns.tsx @@ -182,8 +182,11 @@ export const columns = (domain: string): ColumnDef[] => [ ),