finish ui

This commit is contained in:
2026-07-30 14:23:07 +07:00
parent 5b60dc1453
commit ed8ce41583
12 changed files with 109 additions and 298 deletions

View File

@@ -87,7 +87,7 @@ pub trait StyledExt: Styled + Sized {
.border_1()
.border_color(cx.theme().border)
.shadow_md()
.rounded(cx.theme().radius)
.rounded(cx.theme().radius_lg)
}
}