Minor cleanup
- Use outlined icons where appropriate to match previous UI - Allow tapping entire ChapterHeader to bring up sheet
This commit is contained in:
@@ -17,7 +17,7 @@ fun EmptyScreen(
|
||||
actions: List<EmptyView.Action>? = null,
|
||||
) {
|
||||
EmptyScreen(
|
||||
message = stringResource(id = textResource),
|
||||
message = stringResource(textResource),
|
||||
actions = actions,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user