mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
fix(Modal): widthClass prop and default preset value (#56)
This commit is contained in:
committed by
GitHub
parent
23deef325a
commit
d980176e03
@@ -237,7 +237,7 @@ const modal = {
|
||||
ring: '',
|
||||
rounded: 'rounded-lg',
|
||||
shadow: 'shadow-xl',
|
||||
width: 'max-w-lg'
|
||||
width: 'sm:max-w-lg'
|
||||
}
|
||||
|
||||
const container = {
|
||||
|
||||
Reference in New Issue
Block a user