Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Make padding equal in the bottom bar (#10265)

authored by

Samuel Newman and committed by
GitHub
cc861093 8c5899fc

+3 -3
+3 -3
src/view/shell/bottom-bar/BottomBarStyles.tsx
··· 1 1 import {StyleSheet} from 'react-native' 2 2 3 - import {atoms as a} from '#/alf' 3 + import {atoms as a, tokens} from '#/alf' 4 4 5 5 export const styles = StyleSheet.create({ 6 6 bottomBar: { ··· 10 10 right: 0, 11 11 flexDirection: 'row', 12 12 borderTopWidth: StyleSheet.hairlineWidth, 13 - paddingLeft: 5, 14 - paddingRight: 10, 13 + paddingLeft: tokens.space.sm, 14 + paddingRight: tokens.space.sm, 15 15 }, 16 16 bottomBarWeb: a.fixed, 17 17 ctrl: {