shadcn-ui / ui

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
https://ui.shadcn.com
MIT License
60.41k stars 3.37k forks source link

[bug]: Code block titles hidden in light theme #3718

Open SharangUkidve opened 3 weeks ago

SharangUkidve commented 3 weeks ago

Describe the bug

Title of code blocks in the documentation is not visible in the light theme.

Affected component/components

docs

How to reproduce

  1. Go to Data Table > Basic Table
  2. Switch to Dark Theme.
  3. Notice the code block under Column Definitions has a title of "app/payments/columns.tsx" Screenshot 2024-05-11 at 13 39 13
  4. Switch to Light theme.
  5. Notice that title disappears Screenshot 2024-05-11 at 13 38 29

Codesandbox/StackBlitz link

No response

Logs

No response

System Info

Any browser

Before submitting

ogzcode commented 3 weeks ago

I fixed it like this, you can check it out if you want. Fix: 3718