Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.04k stars 885 forks source link

fix getting started widget colors #5434

Closed pxpm closed 6 months ago

pxpm commented 6 months ago

WHY

BEFORE - What was wrong? What was happening before this PR?

In dark mode, our text wouldn't be visible because we were forcing it to be black. image

AFTER - What is happening after this PR?

It works.

image