about summary refs log tree commit diff
path: root/src/view/lib/themes.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-19 11:34:07 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-19 11:34:07 -0600
commit74ab6530d427556c38eb04fe135467f4fa91404c (patch)
tree0f07bb992e035dfae6477689f47f670a3c182055 /src/view/lib/themes.ts
parent1ed82b6c590010aa25bcf453d15fdcb1ae673b36 (diff)
downloadvoidsky-74ab6530d427556c38eb04fe135467f4fa91404c.tar.zst
Add the ability to expand/collapse users in notifications
Diffstat (limited to 'src/view/lib/themes.ts')
-rw-r--r--src/view/lib/themes.ts2
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,