From 3399ab735d8f661a26bbaf635a7cf1fbfb8d6865 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 3 Nov 2022 14:35:17 -0400 Subject: [PATCH 1/4] CSR-920 replace generic button with button-main. --- src/common-components/modal/modal.vue | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index 12055ed05..35c3fb9dc 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -22,10 +22,13 @@

@@ -33,6 +36,8 @@ @@ -104,7 +112,6 @@ export default { box-shadow: 0px -1px 0px rgba(179, 180, 181, 0.3); button { margin: 0; - height: 3rem; } } } From 4a6ed04c1eb31b175957e5003a67516696bbd97b Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 3 Nov 2022 15:01:43 -0400 Subject: [PATCH 2/4] Remove unneeded ref --- src/common-components/modal/modal.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index 35c3fb9dc..5bcc22c28 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -23,7 +23,6 @@ From fb66fa14a399b6208dafcaee077380d74f51d5a7 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 8 Nov 2022 13:32:51 -0500 Subject: [PATCH 4/4] Format code. --- src/common-components/modal/modal.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index 21fab28ee..1546860a8 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -22,13 +22,13 @@