Skip to content

Commit

Permalink
Working on removing Material Design 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Jun 24, 2024
1 parent ce3dbe0 commit 42b0cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/static/js/natural_js/natural.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,15 +400,15 @@
*/
"okButtonOpts" : {
color : "primary",
size : "medium"
size : "large"
},
/**
* N.alert's Cancel button style
* - It is specified as an option of the Button(N.button) component.
*/
"cancelButtonOpts" : {
color : "primary_container",
size : "medium"
size : "large"
},
/**
* Global draggableOverflowCorrectionAddValues option
Expand Down

0 comments on commit 42b0cf6

Please sign in to comment.