Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We can improve the Kanban View in Dark theme. #1738

Open
ashishkumar-webkul opened this issue Nov 21, 2024 · 0 comments
Open

We can improve the Kanban View in Dark theme. #1738

ashishkumar-webkul opened this issue Nov 21, 2024 · 0 comments

Comments

@ashishkumar-webkul
Copy link
Collaborator

Bug report

Title

We can improve the Kanban View in Dark theme.

Issue Description

There are some points of improvement in Kanban View.

.dark:bg-gray-400:is(.dark *) {
--tw-bg-opacity: 1 !important;
background-color: #1f2937 !important;
border: #111827 solid !important;
color: #e5e7eb !important;
}

.dark:bg-gray-800:is(.dark *) {
--tw-bg-opacity: 1;
background-color: rgb(16 24 39);
}

Steps to reproduce

  1. Login to Admin -> Leads
  2. Check in Kanban View.

Actual result

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant