Integrate notifications into the design system

This commit is contained in:
Paul Frazee 2022-12-30 13:34:10 -06:00
parent 9084e0e4a8
commit 58a591f314
3 changed files with 45 additions and 35 deletions

View file

@ -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,