Swap bell icon, improve alignment and size

This commit is contained in:
Eric Bailey
2024-05-10 07:22:37 -05:00
parent c88647c8d1
commit 2dbc7419f6
7 changed files with 33 additions and 23 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ import {PressableWithHover} from 'view/com/util/PressableWithHover'
import {Text} from 'view/com/util/text/Text'
import {UserAvatar} from 'view/com/util/UserAvatar'
import {
Bell2_Filled_Corner0_Rounded as BellFilled,
Bell2_Stroke2_Corner0_Rounded as Bell,
} from '#/components/icons/Bell2'
Bell_Filled_Corner0_Rounded as BellFilled,
Bell_Stroke2_Corner0_Rounded as Bell,
} from '#/components/icons/Bell'
import {
BulletList_Filled_Corner0_Rounded as ListFilled,
BulletList_Stroke2_Corner0_Rounded as List,