fix(Modal): widthClass prop and default preset value (#56)

This commit is contained in:
Sylvain Marroufin
2022-05-09 17:59:04 +02:00
committed by GitHub
parent 23deef325a
commit d980176e03
2 changed files with 7 additions and 10 deletions

View File

@@ -237,7 +237,7 @@ const modal = {
ring: '',
rounded: 'rounded-lg',
shadow: 'shadow-xl',
width: 'max-w-lg'
width: 'sm:max-w-lg'
}
const container = {