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

A lot of updates

This commit is contained in:
Zhiyuan Zheng
2020-12-01 00:44:28 +01:00
parent 0e3528d2cd
commit 9bfee02484
18 changed files with 463 additions and 279 deletions

View File

@ -77,7 +77,7 @@ const BottomSheet: React.FC<Props> = ({ children, visible, handleDismiss }) => {
{
top,
backgroundColor: theme.background,
paddingBottom: insets.bottom
paddingBottom: insets.bottom || StyleConstants.Spacing.L
}
]}
>
@ -108,15 +108,16 @@ const styles = StyleSheet.create({
},
handle: {
alignSelf: 'center',
width: StyleConstants.Spacing.Global.PagePadding * 8,
height: StyleConstants.Spacing.Global.PagePadding / 2,
width: StyleConstants.Spacing.S * 8,
height: StyleConstants.Spacing.S / 2,
borderRadius: 100,
top: -StyleConstants.Spacing.M * 2
},
cancel: {
padding: StyleConstants.Spacing.S,
borderWidth: 1,
borderRadius: 100
borderRadius: 100,
// marginBottom: StyleConstants.Spacing.L
},
text: {
fontSize: StyleConstants.Font.Size.L,