From bed928ee5b2c9b9b19e6e97e2b3cd9de9aeced47 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Mon, 3 Jul 2023 13:56:19 -0700 Subject: [PATCH] refactor: modal font size increase --- components/Modal.vue | 2 +- components/UserProfile/CallbackFeedbackStatus.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/Modal.vue b/components/Modal.vue index a2bf14fe5..3d07fc027 100644 --- a/components/Modal.vue +++ b/components/Modal.vue @@ -92,7 +92,7 @@ const ariaLablledById = computed((): string|undefined => props.title ? `ModalTit {{ title }} -

{{ description }}

+

{{ description }}

diff --git a/components/UserProfile/CallbackFeedbackStatus.vue b/components/UserProfile/CallbackFeedbackStatus.vue index 2a338707a..848367ce8 100644 --- a/components/UserProfile/CallbackFeedbackStatus.vue +++ b/components/UserProfile/CallbackFeedbackStatus.vue @@ -16,11 +16,11 @@ withDefaults(defineProps(), {