Skip to content

Commit

Permalink
Merge pull request #11 from Infomaniak/corners
Browse files Browse the repository at this point in the history
Add shapes for the corner radiuses
  • Loading branch information
LunarX authored Aug 13, 2024
2 parents 437fe21 + ec832e7 commit b3cee10
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ import androidx.compose.material3.Shapes
import androidx.compose.ui.unit.dp

val Shapes = Shapes(
extraSmall = RoundedCornerShape(4.dp),
small = RoundedCornerShape(8.dp),
medium = RoundedCornerShape(16.dp),
extraLarge = RoundedCornerShape(50),
)

0 comments on commit b3cee10

Please sign in to comment.