Merge branch 'tasksoverview' of github.ugent.be:SELab1/project2023-groep-14 into tasksoverview
This commit is contained in:
commit
d80f12dfdf
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ package be.ugent.sel.studeez.screens.tasks.forms
|
|||
|
||||
data class SubjectFormUiState(
|
||||
val name: String = "",
|
||||
val color: Long = 0xFFF44336,
|
||||
val color: Long = 0xFFFFD200,
|
||||
)
|
Reference in a new issue