refactor: make out box Button style not fully rounded

This commit is contained in:
2023-11-28 09:52:57 +08:00
parent 03b42dad6d
commit d676617aa5

View File

@@ -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()
) )