Set button corners to material default values
This commit is contained in:
parent
2c1b6636e6
commit
9e58bba5d4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import androidx.compose.material.Shapes as MaterialShapes
|
|||
|
||||
@Immutable
|
||||
data class Shapes(
|
||||
val small: CornerBasedShape = RoundedCornerShape(8.dp),
|
||||
val small: CornerBasedShape = RoundedCornerShape(4.dp),
|
||||
val medium: CornerBasedShape = RoundedCornerShape(4.dp),
|
||||
val large: CornerBasedShape = RoundedCornerShape(0.dp),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue