diff options
Diffstat (limited to 'src/view/lib')
-rw-r--r-- | src/view/lib/themes.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts index 2ad78c20e..114d5cf99 100644 --- a/src/view/lib/themes.ts +++ b/src/view/lib/themes.ts @@ -18,6 +18,7 @@ export const defaultTheme: Theme = { actionLabel: colors.gray4, replyLine: colors.gray2, replyLineDot: colors.gray3, + unreadNotifBg: '#ebf6ff', }, primary: { background: colors.blue3, @@ -157,6 +158,7 @@ export const darkTheme: Theme = { actionLabel: colors.gray3, replyLine: colors.gray5, replyLineDot: colors.gray6, + unreadNotifBg: colors.blue5, }, primary: { ...defaultTheme.palette.primary, |