Issue Reference: Fixes #7105 Description: This pull request introduces adjustments to the styling of the RecordBoardColumnHeader component. The modifications enhance the layout and visual consistency of the Kanban board headers. Changes Made: Margin Adjustment: Increased the bottom margin from theme.spacing(2) to theme.spacing(6) for better spacing below the header. Header Container Enhancements: Added a background color sourced from the theme (theme.background.primary) to the header container for improved visibility and aesthetics. Set a fixed height of 40px for the header to ensure a consistent size across different screens. Applied a fixed position to the header container to keep it visible at the top during scrolling. Added padding at the top using theme.spacing(2) for better alignment of content within the header. Before : https://github.com/user-attachments/assets/fd1c2d65-5e50-489a-a388-c0c4e1bd015b Now : [now.webm](https://github.com/user-attachments/assets/bd4cfb86-fc14-4902-b84c-99d27b07859e) --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com> Co-authored-by: Charles Bochet <charles@twenty.com>
Run yarn dev while server running on port 3000