Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed May 20, 2024
1 parent 22ab03f commit cafd747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/static/js/natural_js/natural.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,14 +393,15 @@
* - It is specified as an option of the Button(N.button) component.
*/
"okBtnStyle" : {
color : "yellowgreen",
color : "primary",
size : "medium"
},
/**
* N.alert's Cancel button style
* - It is specified as an option of the Button(N.button) component.
*/
"cancelBtnStyle" : {
color : "primary_container",
size : "medium"
}
},
Expand Down

0 comments on commit cafd747

Please sign in to comment.