mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 11:34:18 +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) {
|
shape = when (LocalInAreaBox.current) {
|
||||||
true -> LocalAreaBoxShape.current
|
true -> LocalAreaBoxShape.current
|
||||||
else -> LocalShapes.current.tertiary
|
else -> LocalShapes.current.secondary
|
||||||
},
|
},
|
||||||
border = defaultButtonBorder()
|
border = defaultButtonBorder()
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user