mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
59ebe1919e
Fix:- #19246 Resolved an issue with dark mode in the recommendation tabs footer by making TailwindCSS adjustments. Previously, the footer stayed in light mode when transitioning from light mode to dark mode. **Changes Made:** Implemented a TailwindCSS class for a dark background in the table footer to ensure consistency with dark mode. **Before Fix:** ![288238357-1801884e-a8a4-48ac-b59a-0b2260561cdd](https://github.com/TryGhost/Ghost/assets/24241624/787f695c-fa7c-4ae8-aa34-9c9c53df4686) **After Fix:** ![Screenshot 2023-12-06 at 11 15 19 AM](https://github.com/TryGhost/Ghost/assets/24241624/4bb65ffe-735a-440c-801c-520f991585e6) **This fix enhances the user experience when working with Recommendations Tab in settings.** Please let me know if any further adjustments or clarifications are needed. Thank you! |
||
---|---|---|
.. | ||
.storybook | ||
src | ||
test | ||
.eslintrc.cjs | ||
.gitignore | ||
package.json | ||
postcss.config.cjs | ||
preflight.css | ||
README.md | ||
styles.css | ||
tailwind.cjs | ||
tailwind.config.cjs | ||
tsconfig.declaration.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Admin X Design
Components, design guidelines and documentation for building apps in Ghost Admin
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests