From 79722f7356fa8e633cfda683857100f10409bcbd Mon Sep 17 00:00:00 2001 From: piotrruss Date: Fri, 20 May 2022 00:51:30 +0100 Subject: configure eas, improve top bar --- components/List.jsx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'components/List.jsx') diff --git a/components/List.jsx b/components/List.jsx index 02a93a1..b7bdc07 100644 --- a/components/List.jsx +++ b/components/List.jsx @@ -104,19 +104,6 @@ const styles = StyleSheet.create({ color: 'white', padding: 20, }, - menu: { - backgroundColor: 'lightgrey', - height: 55, - width: '100%', - flexDirection: 'row', - alignItems: 'flex-end', - justifyContent: 'space-between', - padding: 10, - }, - menuText: { - fontWeight: 'bold', - paddingHorizontal: 10, - }, button: { width: 80, alignItems: 'center', -- cgit v1.2.3