feat: add teal arctique theme with full M3 color scheme, typography, shapes, spacing tokens
- Complete light/dark color schemes (all M3 slots) - Typography scale (headlineLarge through labelMedium) - Shape tokens (small 8dp, medium 12dp, large 16dp) - Dimens spacing object (xs through xxl) - Add material-icons-extended dependency
This commit is contained in:
@@ -37,6 +37,7 @@ kotlin {
|
||||
implementation(compose.runtime)
|
||||
implementation(compose.foundation)
|
||||
implementation(compose.material3)
|
||||
implementation(compose.materialIconsExtended)
|
||||
implementation(compose.components.uiToolingPreview)
|
||||
implementation(libs.ktor.client.core)
|
||||
implementation(libs.ktor.client.content.negotiation)
|
||||
|
||||
Reference in New Issue
Block a user