color improvements and implementing the cancel callback

This commit is contained in:
Mauro Romito
2022-10-11 19:58:22 +02:00
parent 9a7900fe3a
commit 516ab24c37
5 changed files with 95 additions and 26 deletions
@@ -95,3 +95,13 @@ extension FormatType {
}
}
}
enum ComposerViewAction {
case cancel
}
enum ComposerViewModelResult {
case cancel
}