mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +08:00
refactor: use LocalAreaBoxShape for default shape in AreaBox
This commit is contained in:
@@ -182,7 +182,7 @@ internal fun withAreaBoxShape(
|
||||
@ReadOnlyComposable
|
||||
private fun defaultAreaBoxStyle() = AreaBoxStyle(
|
||||
padding = PaddingValues(LocalSizes.current.spacingPrimary),
|
||||
shape = LocalShapes.current.primary,
|
||||
shape = LocalAreaBoxShape.current,
|
||||
border = defaultAreaBoxBorder(),
|
||||
shadowSize = DefaultAreaBoxShadowSize
|
||||
)
|
||||
|
Reference in New Issue
Block a user