diff options
Diffstat (limited to 'src/view/lib/themes.ts')
-rw-r--r-- | src/view/lib/themes.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts index 451631e9b..5803bd21c 100644 --- a/src/view/lib/themes.ts +++ b/src/view/lib/themes.ts @@ -21,6 +21,7 @@ export const defaultTheme: Theme = { replyLineDot: colors.gray3, unreadNotifBg: '#ebf6ff', postCtrl: '#8A7171', + brandText: '#0066FF', }, primary: { background: colors.blue3, @@ -207,7 +208,7 @@ export const defaultTheme: Theme = { fontWeight: '500', }, 'title-lg': { - fontSize: 24, + fontSize: 22, fontWeight: '500', }, title: { @@ -263,6 +264,7 @@ export const darkTheme: Theme = { replyLineDot: colors.gray6, unreadNotifBg: colors.blue5, postCtrl: '#7A6161', + brandText: '#0085ff', }, primary: { ...defaultTheme.palette.primary, |