1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Expandable content done

This commit is contained in:
Zhiyuan Zheng
2020-12-02 00:16:27 +01:00
parent 9bfee02484
commit 8986680c6d
8 changed files with 95 additions and 24 deletions

View File

@ -31,7 +31,7 @@ const MenuContainer: React.FC<Props> = ({ ...props }) => {
const styles = StyleSheet.create({
base: {
borderTopWidth: 1,
marginBottom: StyleConstants.Spacing.Global.PagePadding
marginBottom: StyleConstants.Spacing.L
}
})