@@ -109,6 +117,19 @@ onBeforeUnmount(() => {
+
+
+ {{ button[0].text }}
+
+
+
@@ -158,4 +179,13 @@ onBeforeUnmount(() => {
position: relative;
z-index: 1;
}
+.btn-wrapper {
+ display: flex;
+ justify-content: center;
+}
+.action-btn {
+ font-size: 18px;
+ padding: 14px 36px;
+ border-radius: 8px;
+}
\ No newline at end of file