All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.wojciechosak.calendar.utils.Pallete.kt Maven / Gradle / Ivy

Go to download

Kotlin Compose Multiplatform UI library that simplifies usage of calendar views

There is a newer version: 1.0.2
Show newest version
package io.wojciechosak.calendar.utils

import androidx.compose.runtime.Stable
import androidx.compose.ui.graphics.Color

object Pallete {
    @Stable
    val LightGreen = Color(0xFF90EE90)

    @Stable
    val LightBlue = Color(0xFF0083FF)

    @Stable
    val LightRed = Color(0xFFFF7F7F)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy