package __PACKAGE__.presentation.theme import androidx.compose.foundation.shape.RoundedCornerShape import androidx.compose.material3.Shapes import androidx.compose.ui.unit.dp val __THEME_PREFIX__Shapes = Shapes( small = RoundedCornerShape(14.dp), medium = RoundedCornerShape(16.dp), large = RoundedCornerShape(999.dp), extraLarge = RoundedCornerShape(24.dp), )