mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2025-09-16 13:59:17 +00:00
remove auto margin from dialog
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## 0.0.37
|
## 0.0.37
|
||||||
|
|
||||||
|
* `Dialog` now do not add auto margin by default
|
||||||
* Support of `Accordion` element
|
* Support of `Accordion` element
|
||||||
|
|
||||||
## 0.0.36
|
## 0.0.36
|
||||||
|
@@ -44,7 +44,7 @@ fun Dialog(
|
|||||||
include(UIKitModal)
|
include(UIKitModal)
|
||||||
}
|
}
|
||||||
id("dialog${Random.nextUInt()}")
|
id("dialog${Random.nextUInt()}")
|
||||||
include(*modifiers, UIKitFlex.Alignment.Vertical.Top)
|
include(*modifiers)
|
||||||
attributesCustomizer()
|
attributesCustomizer()
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
|
Reference in New Issue
Block a user