From cafd7473ed79bcb1c3de4ffe6b4a622c1231c029 Mon Sep 17 00:00:00 2001 From: Goldman Kim Date: Mon, 20 May 2024 17:42:40 +0900 Subject: [PATCH] . --- src/main/resources/static/js/natural_js/natural.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/js/natural_js/natural.config.js b/src/main/resources/static/js/natural_js/natural.config.js index a7d103b..fef00b1 100644 --- a/src/main/resources/static/js/natural_js/natural.config.js +++ b/src/main/resources/static/js/natural_js/natural.config.js @@ -393,7 +393,7 @@ * - It is specified as an option of the Button(N.button) component. */ "okBtnStyle" : { - color : "yellowgreen", + color : "primary", size : "medium" }, /** @@ -401,6 +401,7 @@ * - It is specified as an option of the Button(N.button) component. */ "cancelBtnStyle" : { + color : "primary_container", size : "medium" } },