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

Icon colors in About tab (legend) should match configured colors #98

Closed
1977er opened this issue Jan 25, 2024 · 1 comment
Closed

Icon colors in About tab (legend) should match configured colors #98

1977er opened this issue Jan 25, 2024 · 1 comment

Comments

@1977er
Copy link

1977er commented Jan 25, 2024

Expected Behavior

Overriding icon colors in local config should change the icon colors in the About tab, too.

Current Behavior

The icon colors on the About tab seem to be hardcoded.

Possible Solution

Steps to Reproduce

    "icon": {
      "base":{
        "fillOpacity":0.8,
        "opacity":0.8,
        "weight":2,
        "radius":6,
        "className":"stroke-first"
      },
      "online":{
        "fillOpacity":1,
        "opacity":1,
        "color":"#1566A9",
        "fillColor":"#998877"
      },
...

Context

Screenshots

@1977er
Copy link
Author

1977er commented Jan 25, 2024

oops, duplicate of #7.

@1977er 1977er closed this as completed Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant