Skip to content

Commit

Permalink
Fix typo in theme template (theme.json) (#5623)
Browse files Browse the repository at this point in the history
Thanks to @Entr0py404 for finding this!
Only show in developer changelog

Co-authored-by: Tristan Rhodes <[email protected]>
  • Loading branch information
Bouh and tristanbob authored Sep 2, 2023
1 parent 7d19b81 commit 3c5e10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newIDE/app/scripts/theme-templates/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
},
"even": {
"background-color": {
"value": "252525"
"value": "#252525"
}
},
"selected": {
Expand All @@ -576,4 +576,4 @@
}
}
}
}
}

0 comments on commit 3c5e10f

Please sign in to comment.