accordion: Add gap between title and icon. (#813)
This commit is contained in:
parent
f7c900d8eb
commit
bbb267f2bf
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ impl RenderOnce for AccordionItem {
|
|||
h_flex()
|
||||
.id(self.index)
|
||||
.justify_between()
|
||||
.gap_3()
|
||||
.map(|this| match self.size {
|
||||
Size::XSmall => this.py_0().px_1p5(),
|
||||
Size::Small => this.py_0p5().px_2(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue