diff --git a/styles/index.js b/styles/index.js index 55b21c9..f8f3dc8 100644 --- a/styles/index.js +++ b/styles/index.js @@ -81,17 +81,6 @@ export default StyleSheet.create({ symptomDataText: { fontSize: 12 }, - symptomEditRow: { - justifyContent: 'space-between', - marginBottom: 10, - }, - symptomViewRowInline: { - flexDirection: 'row', - justifyContent: 'space-between', - marginBottom: 10, - alignItems: 'center', - height: 50 - }, header: { backgroundColor: primaryColor, paddingHorizontal: 15,