From dc903c40296066b9aa8c2f62a4a3060715e73c81 Mon Sep 17 00:00:00 2001 From: R-Sourabh Date: Thu, 30 May 2024 16:47:17 +0530 Subject: [PATCH] Updated: added schedule restock mapping on savedmappings page(#285) --- src/theme/variables.css | 1 - src/views/SavedMappings.vue | 6 ++++++ src/views/ScheduledRestockReview.vue | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/theme/variables.css b/src/theme/variables.css index eaff9696..6df17b20 100644 --- a/src/theme/variables.css +++ b/src/theme/variables.css @@ -282,7 +282,6 @@ http://ionicframework.com/docs/theming/ */ background: var(--ion-color-step-300, #edeef0); color: var(--ion-text-color, #000); font-family: inherit; - font-size: 1rem; } .date-time-modal { diff --git a/src/views/SavedMappings.vue b/src/views/SavedMappings.vue index 71bf19e0..c322c6f0 100644 --- a/src/views/SavedMappings.vue +++ b/src/views/SavedMappings.vue @@ -25,6 +25,12 @@ {{ mapping.name }} + + {{ translate("Scheduled restock") }} + + {{ mapping.name }} + +