Skip to content

Commit

Permalink
Merge pull request #7389 from bernhard-fp/7335_same_button_corner_radius
Browse files Browse the repository at this point in the history
Set button corners to material default values
  • Loading branch information
wmontwe committed Nov 29, 2023
2 parents 2c1b663 + 9e58bba commit f3afad9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
Expand Down

0 comments on commit f3afad9

Please sign in to comment.