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(
|
TopAppBar(
|
||||||
title = { Text(notebookTitle) },
|
title = { Text(notebookTitle) },
|
||||||
navigationIcon = {
|
navigationIcon = {
|
||||||
androidx.compose.material3.IconButton(onClick = onClose) {
|
androidx.compose.material3.TextButton(onClick = onClose) {
|
||||||
Text("X")
|
Text("Library")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user