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

[BUG] Search input container is partially unstyled #208

Open
jesuscc1993 opened this issue Feb 15, 2024 · 1 comment
Open

[BUG] Search input container is partially unstyled #208

jesuscc1993 opened this issue Feb 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jesuscc1993
Copy link

jesuscc1993 commented Feb 15, 2024

  • Browser: any
  • WhatsApp Web version: latest / beta (for filters)
  • Dark-WhatsApp version: 3.7.2
  • Additional context:
    Search input container is partially unstyled.
    (Beta) Filters are unstyled.
  • Screenshot:
    image
  • Suggested solution: add the following vars:
        --search-input-container-background: var(--bg-2);
        --search-input-container-background-active: var(--bg-2);
        --filters-container-background: var(--bg-2);
        --filters-item-background: var(--bg-3);
        --filters-item-background-hover: var(--bg-4);
        --filters-item-active-color: var(--fg-1-rgb);
        --filters-item-active-background: var(--b6-4);
@jesuscc1993 jesuscc1993 added the bug Something isn't working label Feb 15, 2024
@ozanyetkin
Copy link

I was trying to figure out how to resolve this. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants