Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Dec 7, 2023
1 parent 5bf6426 commit c4e33d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/NcModal/NcModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,10 @@ export default {
default: true,
},

/** Makes the modal backdrop black if true */
/**
* Makes the modal backdrop black if true
* Will be overwritten if some buttons are shown outside
*/
dark: {
type: Boolean,
default: false,
Expand Down

0 comments on commit c4e33d0

Please sign in to comment.