mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
feat(theme): Update theme colors
- Introduce the new colors for all color themes - The colors are based on the Material 3 color but customized
This commit is contained in:
parent
f164e39c94
commit
2675f20c74
73 changed files with 491 additions and 590 deletions
|
@ -119,7 +119,7 @@ export class UserListView implements UpdatableSettingsViewer {
|
|||
},
|
||||
this.listModel.isEmptyAndDone()
|
||||
? m(ColumnEmptyMessageBox, {
|
||||
color: theme.on_surface_fade,
|
||||
color: theme.on_surface_variant,
|
||||
icon: BootIcons.User,
|
||||
message: "noEntries_msg",
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue