Theme.name
does not match registered name
#6186
Labels
component: themes
help wanted
External contributions actively solicited
issue: bug
Describes why the code or behaviour is wrong
Milestone
Describe the bug
When you create a new theme that is not entirely lowercase, the
.name
property of the theme does not match the name in the registry. The registry normalizes all names to lowercase, but the themes are not doing this.To Reproduce
Steps to reproduce the behavior:
start
function to include:Expected behavior
The theme should also have the name 'test'
Additional context
This was found when Greg attempted to define a non-lowercase theme in the advanced playground.
The text was updated successfully, but these errors were encountered: