From f558a2a50ee779b28954463b5715b850e713cf2e Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Thu, 7 Aug 2025 14:07:12 -0400 Subject: [PATCH 1/9] update styles on view more dates link --- src/digital-components/date-picker/date-picker.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index 164706893..a61700599 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -1483,6 +1483,8 @@ export default { display: block; position: relative; height: 2rem; + font-size: 0.875rem; + padding-top: 0; width: 100%; justify-content: center; background: transparent; From cc0ae31db04193dab5c7937a367476e168f2770f Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Thu, 7 Aug 2025 14:07:37 -0400 Subject: [PATCH 2/9] update styles on shop location --- src/layouts/schedule/shop-location/shop-location.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/schedule/shop-location/shop-location.vue b/src/layouts/schedule/shop-location/shop-location.vue index f4277e43b..111b1a69b 100644 --- a/src/layouts/schedule/shop-location/shop-location.vue +++ b/src/layouts/schedule/shop-location/shop-location.vue @@ -1,6 +1,6 @@