Skip to content
Snippets Groups Projects
Commit 70b94deb authored by David Sehnal's avatar David Sehnal
Browse files

tweak

parent 2da3df6e
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ export class ThemeRegistry<T extends ColorTheme<any> | SizeTheme<any>> {
if (a.provider.category === b.provider.category) {
return a.provider.label < b.provider.label ? -1 : a.provider.label > b.provider.label ? 1 : 0;
}
return a.provider.category < b.provider.label ? -1 : 1;
return a.provider.category < b.provider.category ? -1 : 1;
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment