Skip to content

Commit b27d886

Browse files
Remove debug background
1 parent 4810e6d commit b27d886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Charts/ImportantCharts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const ImportantCharts: FC = () => {
6969
return (
7070
<View style={{ flex: 1, width: '100%', height: '100%', marginTop: 4 }}>
7171
<View style={{ flex: 1 }}>
72-
<Box p={8} pt={0} style={{ backgroundColor: 'red' }}>
72+
<Box p={8} pt={0}>
7373
<StyledSurface mode="flat" elevation={2}>
7474
<TouchableRipple
7575
onPress={handleShowConfigureGraphs}

0 commit comments

Comments
 (0)