Skip to content

Commit

Permalink
Harmonize AppSwitcher Icon colors
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat authored and AlexAndBear committed Dec 20, 2023
1 parent ebe269b commit bf5b8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/web-app-ocm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default defineWebApplication({
const appInfo = {
name: $gettext('ScienceMesh'),
id: 'ocm',
color: '#AE291D',
icon: 'contacts-book',
isFileEditor: false
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-text-editor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const appInfo = {
name: $gettext('Text Editor'),
id: appId,
icon: 'file-text',
color: '#7b27b6',
color: '#0D856F',
isFileEditor: true,
applicationMenu: {
enabled: (store: Store<unknown>) => {
Expand Down

0 comments on commit bf5b8f4

Please sign in to comment.