mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +08:00
refactor: make out box Button style not fully rounded
This commit is contained in:
@@ -251,7 +251,7 @@ private fun defaultButtonStyle() = ButtonStyle(
|
||||
),
|
||||
shape = when (LocalInAreaBox.current) {
|
||||
true -> LocalAreaBoxShape.current
|
||||
else -> LocalShapes.current.tertiary
|
||||
else -> LocalShapes.current.secondary
|
||||
},
|
||||
border = defaultButtonBorder()
|
||||
)
|
||||
|
Reference in New Issue
Block a user