Skip to content

Commit

Permalink
fix(service): improve the styles in colorTheme Service (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalYoung authored May 19, 2022
1 parent 8692f35 commit 5d93078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/theme/colorThemeService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface IColorThemeService {
* Get specific theme via id
* @param id
*/
getThemeById(id: string): void;
getThemeById(id: string): IColorTheme | undefined;
/**
* Get the current Color Theme
*/
Expand Down

0 comments on commit 5d93078

Please sign in to comment.