mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-04 23:43:58 +00:00
remove auto margin from dialog
This commit is contained in:
parent
ebbfac6763
commit
0b40c3acf0
@ -2,6 +2,7 @@
|
||||
|
||||
## 0.0.37
|
||||
|
||||
* `Dialog` now do not add auto margin by default
|
||||
* Support of `Accordion` element
|
||||
|
||||
## 0.0.36
|
||||
|
@ -44,7 +44,7 @@ fun Dialog(
|
||||
include(UIKitModal)
|
||||
}
|
||||
id("dialog${Random.nextUInt()}")
|
||||
include(*modifiers, UIKitFlex.Alignment.Vertical.Top)
|
||||
include(*modifiers)
|
||||
attributesCustomizer()
|
||||
}
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user