From 9996d8f36cf91a7e9932961cbf0c178a62aa14d3 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Thu, 19 May 2022 00:59:16 +0100 Subject: remove notes --- components/Note.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'components/Note.jsx') diff --git a/components/Note.jsx b/components/Note.jsx index d13e786..cc5b119 100644 --- a/components/Note.jsx +++ b/components/Note.jsx @@ -20,10 +20,7 @@ const styles = StyleSheet.create({ textAlign: 'left', padding: 15, width: '100%', - borderColor: '#222', - borderStyle: 'solid', - borderTopWidth: 1, - borderBottomWidth: 1, + backgroundColor: 'black', }, title: { color: 'white', -- cgit v1.2.3