Reduce popover border radius (#248)
This commit is contained in:
parent
f77993082d
commit
90c5125abc
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ pub trait StyledExt: Styled + Sized {
|
||||||
.border_1()
|
.border_1()
|
||||||
.border_color(cx.theme().border)
|
.border_color(cx.theme().border)
|
||||||
.shadow_lg()
|
.shadow_lg()
|
||||||
.rounded_lg()
|
.rounded(px(cx.theme().radius))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue