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

Missing character for color on theme template #5540

Closed
1 task done
tristanbob opened this issue Aug 6, 2023 · 1 comment · Fixed by #5623
Closed
1 task done

Missing character for color on theme template #5540

tristanbob opened this issue Aug 6, 2023 · 1 comment · Fixed by #5623

Comments

@tristanbob
Copy link
Contributor

Is there an existing issue for this?

Describe the bug

Thanks to Entropy for finding this typo.

Current:

      "even": {
        "background-color": {
          "value": "252525"
        }
      },

Should be:

      "even": {
        "background-color": {
          "value": "#252525"
        }
      },

Reference:

Steps to reproduce

See above.

GDevelop platform

Desktop

GDevelop version

5.2.169

Platform info

No response

Additional context

No response

tristanbob added a commit to tristanbob/GDevelop that referenced this issue Aug 6, 2023
Fixes 4ian#5540
Thanks to Entropy for finding this!
@ClementPasteau
Copy link
Collaborator

@tristanbob can you open your PR on this repository so we can merge it? :)

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