ordering-ui-react-native 0.23.15-test4 → 0.23.15-test5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -154,7 +154,7 @@ export const usePrinterCommands = () => {
|
|
|
154
154
|
const jumpLine = isAppendMode ? '\n' : ' '
|
|
155
155
|
const endLine = isAppendMode ? '\n' : ''
|
|
156
156
|
|
|
157
|
-
const textProps = { fontSize:
|
|
157
|
+
const textProps = { fontSize: 18 }
|
|
158
158
|
|
|
159
159
|
const appends: any = [
|
|
160
160
|
{ text: `${t('ORDER_NO', 'Order No.')} ${order.id}${endLine}`, props: { fontSize: 16 } },
|