From 340a79107a791456e383cb2d845e8bc83d673615 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Sat, 14 Nov 2020 11:05:58 +0100 Subject: [PATCH] use thin font Signed-off-by: Benny Samir Hierl --- Apple-Order-Status/Apple-Store-Order-Status.js | 6 +++--- Apple-Order-Status/CHANGELOG | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Apple-Order-Status/Apple-Store-Order-Status.js b/Apple-Order-Status/Apple-Store-Order-Status.js index 360ab4b..cb55426 100644 --- a/Apple-Order-Status/Apple-Store-Order-Status.js +++ b/Apple-Order-Status/Apple-Store-Order-Status.js @@ -304,7 +304,7 @@ if (!orderDetails) { if (itemStatusTracker['d']['currentStatus']) { const statusText = progressStack.addText(`STATUS: ${itemStatusTracker['d']['currentStatus']}`) statusText.textColor = Color.black() - statusText.font = Font.regularSystemFont(8) + statusText.font = Font.thinSystemFont(8) } progressStack.addImage(creatProgress(total, daysGone)) @@ -314,14 +314,14 @@ if (!orderDetails) { const orderDateText = footerStack.addText(orderDate.toLocaleDateString()) orderDateText.textColor = Color.black() - orderDateText.font = Font.regularSystemFont(8) + orderDateText.font = Font.thinSystemFont(8) orderDateText.lineLimit = 1 footerStack.addSpacer() const deliveryDateText = footerStack.addText(deliveryDate.toLocaleDateString()) deliveryDateText.textColor = Color.black() - deliveryDateText.font = Font.regularSystemFont(8) + deliveryDateText.font = Font.thinSystemFont(8) deliveryDateText.lineLimit = 1 } else { widget.addSpacer() diff --git a/Apple-Order-Status/CHANGELOG b/Apple-Order-Status/CHANGELOG index bc0fe1c..94d7a4c 100644 --- a/Apple-Order-Status/CHANGELOG +++ b/Apple-Order-Status/CHANGELOG @@ -1,3 +1,5 @@ +1.0.6 + - Show status 1.0.5 - Fix 'out for delivery' issue 1.0.4