From 4d4ef9a2ab4dd8ddd61d025eac7acc2b9d49170f Mon Sep 17 00:00:00 2001 From: zaldih Date: Tue, 19 Dec 2023 11:39:53 +0100 Subject: [PATCH] feat: improve align and font weight on last pill taken --- .../pill/pill-last-taken/pill-last-taken.component.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/features/pill/pill-last-taken/pill-last-taken.component.html b/src/app/features/pill/pill-last-taken/pill-last-taken.component.html index b603e29..36e3fbf 100644 --- a/src/app/features/pill/pill-last-taken/pill-last-taken.component.html +++ b/src/app/features/pill/pill-last-taken/pill-last-taken.component.html @@ -12,8 +12,10 @@
{{ "pills.last_pill" | transloco }}
- {{ "pills.taked_at" | transloco }} - {{ lastPill.timestamp | date: "HH:mm" }} +
+ {{ "pills.taked_at" | transloco }} + {{ lastPill.timestamp | date: "HH:mm" }} +
{{ "global.ago" | transloco }} @@ -38,7 +40,7 @@ {{ lastPill.nextTake | date: "HH:mm" }}
- {{ "pills.comment" | transloco }}: {{ lastPill.comment }} + {{ "pills.comment" | transloco }}: {{ lastPill.comment }}