primereact icon indicating copy to clipboard operation
primereact copied to clipboard

Apollo theme: UI Issue with Frozen Columns and Selection Mode in Dark Mode

Open Vseslavr opened this issue 9 months ago • 2 comments

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.

Screenshot 2024-05-15 103303

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

  1. Apply the Apollo theme.
  2. Enable dark mode.
  3. Configure the data table with frozen columns and selection mode enabled.
  4. Highlight a row.
  5. Observe the overlapping column values.

Expected behavior

Column values should not overlap with frozen column values when a row is highlighted.

Vseslavr avatar May 23 '24 13:05 Vseslavr