Move the grays from a red undertone to blue

This commit is contained in:
Paul Frazee 2023-01-18 12:40:51 -06:00
parent a51354e6e6
commit 990c824648
2 changed files with 10 additions and 10 deletions

View file

@ -20,7 +20,7 @@ export const defaultTheme: Theme = {
replyLine: colors.gray2,
replyLineDot: colors.gray3,
unreadNotifBg: '#ebf6ff',
postCtrl: '#8A7171',
postCtrl: '#71768A',
brandText: '#0066FF',
},
primary: {
@ -263,7 +263,7 @@ export const darkTheme: Theme = {
replyLine: colors.gray5,
replyLineDot: colors.gray6,
unreadNotifBg: colors.blue5,
postCtrl: '#7A6161',
postCtrl: '#61657A',
brandText: '#0085ff',
},
primary: {