#21 begin styling subject

This commit is contained in:
brreynie 2023-05-01 15:15:54 +02:00
parent 4bbc3af4b2
commit c33aad5496
5 changed files with 65 additions and 8 deletions

View file

@ -7,5 +7,7 @@ data class Subject(
val name: String = "",
val tasks: List<Task> = mutableListOf(),
val time: Int = 0,
val color: Int = 0,
)
val argb_color: Long = 0,
) {
// fun getColor(): Color = Color(ARGB_color)
}