Sorted themes correctly

This commit is contained in:
Mikayla Maki
2022-09-08 14:11:48 -07:00
parent a1889ad236
commit bdf655d757
5 changed files with 34 additions and 23 deletions
+4
View File
@@ -22,6 +22,10 @@ export const panel = {
export default function app(theme: Theme): Object {
return {
meta: {
name: theme.name,
isLight: theme.isLight
},
picker: picker(theme),
workspace: workspace(theme),
contextMenu: contextMenu(theme),