Commit cecf3a9b authored by Trisno's avatar Trisno

font keterangan dikecilin, biar ada pemisah

parent 39bd10f5
...@@ -276,7 +276,7 @@ class MenuConfirmation extends React.Component { ...@@ -276,7 +276,7 @@ class MenuConfirmation extends React.Component {
item.note == undefined ? ( item.note == undefined ? (
null null
) : ( ) : (
<Text style={{ fontSize: 12, fontFamily: 'Gotham-Light', color: '#838383' }}>Keterangan : {item.note} </Text> <Text style={{ fontSize: 10, fontFamily: 'Gotham-Light', color: '#838383' }}>Keterangan : {item.note} </Text>
) )
} }
......
...@@ -263,7 +263,7 @@ class OrderDetail extends React.Component { ...@@ -263,7 +263,7 @@ class OrderDetail extends React.Component {
item.item_note == '' ? ( item.item_note == '' ? (
null null
) : ( ) : (
<Text style={{ fontSize: 12, fontFamily: 'Gotham-Light', color: '#838383'}}>Keterangan : {item.item_note} </Text> <Text style={{ fontSize: 10, fontFamily: 'Gotham-Light', color: '#838383'}}>Keterangan : {item.item_note} </Text>
) )
} }
......
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