From 1ed82b6c590010aa25bcf453d15fdcb1ae673b36 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 19 Jan 2023 10:50:21 -0600 Subject: Tune the empty state visuals --- src/view/lib/themes.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/view/lib/themes.ts') diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts index 922ade5b7..429a76021 100644 --- a/src/view/lib/themes.ts +++ b/src/view/lib/themes.ts @@ -16,12 +16,13 @@ export const defaultTheme: Theme = { icon: colors.gray2, // non-standard - actionLabel: colors.gray4, + textVeryLight: colors.gray4, replyLine: colors.gray2, replyLineDot: colors.gray3, unreadNotifBg: '#ebf6ff', postCtrl: '#71768A', brandText: '#0066FF', + emptyStateIcon: '#B6B6C9', }, primary: { background: colors.blue3, @@ -259,12 +260,13 @@ export const darkTheme: Theme = { icon: colors.gray5, // non-standard - actionLabel: colors.gray3, + textVeryLight: colors.gray4, replyLine: colors.gray5, replyLineDot: colors.gray6, unreadNotifBg: colors.blue5, postCtrl: '#61657A', brandText: '#0085ff', + emptyStateIcon: colors.gray4, }, primary: { ...defaultTheme.palette.primary, -- cgit 1.4.1