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

Two white elements on mobile app #26

Open
cpod12 opened this issue Jun 4, 2024 · 1 comment
Open

Two white elements on mobile app #26

cpod12 opened this issue Jun 4, 2024 · 1 comment

Comments

@cpod12
Copy link

cpod12 commented Jun 4, 2024

Screenshot_20240603_211402_Standard Notes
These two elements are white on mobile. I couldn't test to make sure, but I think changing the two instances of "grey" to "passive" would fix this since I've looked at some of the official themes and they made this change a few years ago.

@cpod12
Copy link
Author

cpod12 commented Jun 5, 2024

Replacing

  --sn-stylekit-grey-5: var(--highlight-color);
  --sn-stylekit-grey-4-opacity-variant: var(--current-line);

with

 --sn-stylekit-passive-color-5: var(--bar-color);
 --sn-stylekit-passive-color-4: var(--background);
 --sn-stylekit-passive-color-3: var(--current-line);

in dist.css should fix it. I'm unsure what would need to be changed in main.scss.

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

No branches or pull requests

1 participant