Rename page list close button from X to Library
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -103,8 +103,8 @@ fun PageListScreen(
|
||||
TopAppBar(
|
||||
title = { Text(notebookTitle) },
|
||||
navigationIcon = {
|
||||
androidx.compose.material3.IconButton(onClick = onClose) {
|
||||
Text("X")
|
||||
androidx.compose.material3.TextButton(onClick = onClose) {
|
||||
Text("Library")
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user