mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix gap between tab bar and its border (#4538)

authored by samuel.fm and committed by

GitHub 2237e10a c92ef2fe

+2 -2
+2 -2
src/view/com/pager/TabBar.tsx
··· 180 180 position: 'absolute', 181 181 left: 0, 182 182 right: 0, 183 - bottom: -1, 183 + top: '100%', 184 184 borderBottomWidth: 1, 185 185 }, 186 186 }) ··· 207 207 position: 'absolute', 208 208 left: 0, 209 209 right: 0, 210 - bottom: -1, 210 + top: '100%', 211 211 borderBottomWidth: hairlineWidth, 212 212 }, 213 213 })