From 90ce654e47977f6ed714f4683bc7489e49028947 Mon Sep 17 00:00:00 2001 From: sheena Date: Mon, 30 Oct 2023 16:19:57 +0530 Subject: [PATCH] Update modal.vue --- src/digital-components/modal/modal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index a70734087..764ca2da9 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -125,7 +125,7 @@ export default { color: $black; } .modal-header { - padding:1rem 0 0.5rem 0; + padding: 1rem 0 0.5rem 0; border-bottom: none; .btn-close { position: absolute; @@ -138,7 +138,7 @@ export default { .modal-title { font-weight: 500; - font-size:1.25rem; + font-size: 1.25rem; line-height: 32px; color: rgb(0, 0, 0); }