mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Add: Duplicate xml shapes themes to compose ones
This commit is contained in:
parent
0935402c5e
commit
0733b80c56
@ -0,0 +1,11 @@
|
||||
package com.looker.droidify.ui.compose.theme
|
||||
|
||||
import androidx.compose.foundation.shape.RoundedCornerShape
|
||||
import androidx.compose.material.Shapes
|
||||
import androidx.compose.ui.unit.dp
|
||||
|
||||
val AppShapes = Shapes(
|
||||
small = RoundedCornerShape(4.dp),
|
||||
medium = RoundedCornerShape(8.dp),
|
||||
large = RoundedCornerShape(16.dp)
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user