diff --git a/README.md b/README.md index 23824679dc..44df0b1b2d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ Some of the future new features and changes: [![API docs](img/dashboard-user-settings.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) +### Dashboard - Dark Mode + +[![API docs](img/dashboard-dark.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) + ## Technology Stack and Features - ⚡ [**FastAPI**](https://fastapi.tiangolo.com) for the Python backend API. @@ -63,6 +67,7 @@ Some of the future new features and changes: - 💃 Using TypeScript, hooks, Vite, and other parts of a modern frontend stack. - 🎨 [Chakra UI](https://chakra-ui.com) for the frontend components. - 🤖 An automatically generated frontend client. + - 🦇 Dark mode support. - 🐋 [Docker Compose](https://www.docker.com) for development and production. - 🔒 Secure password hashing by default. - 🔑 JWT token authentication. diff --git a/img/dashaboard-dark.png b/img/dashaboard-dark.png deleted file mode 100644 index 549f5dbd30..0000000000 Binary files a/img/dashaboard-dark.png and /dev/null differ diff --git a/img/dashboard-dark.png b/img/dashboard-dark.png new file mode 100644 index 0000000000..51040a157b Binary files /dev/null and b/img/dashboard-dark.png differ