diff --git a/app/src/main/java/ch/mathieubroillet/jarvis/android/ui/theme/Shape.kt b/app/src/main/java/ch/mathieubroillet/jarvis/android/ui/theme/Shape.kt index ceff6af..f2371d7 100644 --- a/app/src/main/java/ch/mathieubroillet/jarvis/android/ui/theme/Shape.kt +++ b/app/src/main/java/ch/mathieubroillet/jarvis/android/ui/theme/Shape.kt @@ -5,7 +5,7 @@ import androidx.compose.material.Shapes import androidx.compose.ui.unit.dp val Shapes = Shapes( - small = RoundedCornerShape(6.dp), - medium = RoundedCornerShape(12.dp), - large = RoundedCornerShape(0.dp) + small = RoundedCornerShape(12.dp), + medium = RoundedCornerShape(14.dp), + large = RoundedCornerShape(20.dp) ) \ No newline at end of file