primereact
primereact copied to clipboard
Apollo theme: UI Issue with Frozen Columns and Selection Mode in Dark Mode
Describe the bug
I'm using the latest Apollo theme and have encountered a UI bug. When using dark mode with frozen columns and selection mode enabled in the data table, the column values overlap with the frozen column values when a row is highlighted.
Reproducer
No response
PrimeReact version
10.2.1 and higher
React version
18.x
Language
TypeScript
Build / Runtime
Next.js
Browser(s)
Chrome 125
Steps to reproduce the behavior
- Apply the Apollo theme.
- Enable dark mode.
- Configure the data table with frozen columns and selection mode enabled.
- Highlight a row.
- Observe the overlapping column values.
Expected behavior
Column values should not overlap with frozen column values when a row is highlighted.