color improvements and implementing the cancel callback

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