feat: widget enhancements

This commit is contained in:
Mohamed Marrouchi
2024-11-13 01:19:20 +00:00
parent ceb2e203fd
commit a0fe5ec0be
23 changed files with 109 additions and 102 deletions

View File

@@ -7,7 +7,7 @@
*/
export type ColorState = {
header: { bg?: string; text?: string };
header: { bg: string; text: string };
launcher: { bg?: string };
messageList: { bg?: string };
sent: { bg?: string; text?: string };