Commit 263d6075 authored by Soo Hyun Kim's avatar Soo Hyun Kim
Browse files

0811 분기 생성 전 푸쉬

parent c0ddf2b0
...@@ -84,7 +84,6 @@ const ChartM = ({ ...@@ -84,7 +84,6 @@ const ChartM = ({
chartConfig={chartConfig} chartConfig={chartConfig}
accessor={"total"} accessor={"total"}
backgroundColor={"#ffffff"} backgroundColor={"#ffffff"}
absolute
/> : <Text style={style.infoText}> 지출 내역이 없습니다.</Text> /> : <Text style={style.infoText}> 지출 내역이 없습니다.</Text>
} }
<FlatList <FlatList
......
...@@ -237,6 +237,7 @@ const style = StyleSheet.create({ ...@@ -237,6 +237,7 @@ const style = StyleSheet.create({
optionText: { optionText: {
fontSize: 20, fontSize: 20,
marginHorizontal: 10, marginHorizontal: 10,
fontFamily: 'GowunDodum-Regular',
}, },
addButton: { addButton: {
flexDirection: 'row', flexDirection: 'row',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment