Reduce popover border radius (#248)

This commit is contained in:
Floyd Wang 2024-09-17 10:26:47 +08:00 committed by GitHub
parent f77993082d
commit 90c5125abc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ pub trait StyledExt: Styled + Sized {
.border_1()
.border_color(cx.theme().border)
.shadow_lg()
.rounded_lg()
.rounded(px(cx.theme().radius))
}
}