about summary refs log tree commit diff
path: root/src/view/shell/bottom-bar/BottomBar.tsx
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-06-26 10:15:39 -0700
committerGitHub <noreply@github.com>2023-06-26 12:15:39 -0500
commitb9abd444e5c49420ba7a4e93bd781403349076ef (patch)
tree2f6c122d912921700ec3c98b70b579cb9b6eafe0 /src/view/shell/bottom-bar/BottomBar.tsx
parent1666a747eb346e3d6f9d64866881da4404fb3f56 (diff)
downloadvoidsky-b9abd444e5c49420ba7a4e93bd781403349076ef.tar.zst
[APP-657] Add share list functionality (#863)
* replace delete list button text with icon

* fix mute list styling on desktop

* add share button to nav bar on a list

* fix styling when on profile

* bug: add key to ImageHorzList

* clean up code & refactor

* fix styling for ListItems

* create a reusable ListActions component for actions on a list

* remove dead styles

* add keys to ListActions

* add helpers to set list embed

* render list embeds

* fix list sharing on web

* make style prop optional in ListCard

* update `@atproto/api` to `0.3.13`
Diffstat (limited to 'src/view/shell/bottom-bar/BottomBar.tsx')
-rw-r--r--src/view/shell/bottom-bar/BottomBar.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx
index 09b6f9f65..60a6c8e67 100644
--- a/src/view/shell/bottom-bar/BottomBar.tsx
+++ b/src/view/shell/bottom-bar/BottomBar.tsx
@@ -189,6 +189,7 @@ export const BottomBar = observer(({navigation}: BottomTabBarProps) => {
                   pal.text,
                   styles.profileIcon,
                   styles.onProfile,
+                  {borderColor: pal.text.color},
                 ]}>
                 <UserAvatar avatar={store.me.avatar} size={27} />
               </View>