Sorted themes correctly
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user