diff options
Diffstat (limited to 'src/view/lib/themes.ts')
-rw-r--r-- | src/view/lib/themes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts index 429a76021..b9e2bdacf 100644 --- a/src/view/lib/themes.ts +++ b/src/view/lib/themes.ts @@ -13,7 +13,7 @@ export const defaultTheme: Theme = { textInverted: colors.white, link: colors.blue3, border: '#f0e9e9', - icon: colors.gray2, + icon: colors.gray3, // non-standard textVeryLight: colors.gray4, |