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

fix: POS background color optimized in dark mode #36287

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

RitvikSardana
Copy link
Contributor

@RitvikSardana RitvikSardana commented Jul 25, 2023

Issue:
image
image

The background color, text color and hover effects were not optimized for Dark Theme.

Reason:
background-color: var(--gray-50);

The above color was hard coded

Solution:
Changed it to
background-color: var(--control-bg);

Result:

Dark Theme:
image

image

Light Theme:
image
image

@RitvikSardana RitvikSardana self-assigned this Jul 25, 2023
@RitvikSardana RitvikSardana linked an issue Jul 25, 2023 that may be closed by this pull request
@ankush
Copy link
Member

ankush commented Jul 25, 2023

@RitvikSardana can you add screenshot for light mode too?

@RitvikSardana
Copy link
Contributor Author

@ankush Have added the screenshots for Light Theme as well

@ankush ankush merged commit 62ca89b into frappe:develop Jul 25, 2023
18 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

POS background color not optimized in dark mode
2 participants