Replace ReaderOrientation icon resources

This commit is contained in:
arkon
2023-11-30 22:23:30 -05:00
parent 162b639705
commit 296201d6b7
8 changed files with 17 additions and 59 deletions
@@ -49,7 +49,7 @@ fun BottomReaderBar(
IconButton(onClick = onClickOrientation) {
Icon(
painter = painterResource(orientation.iconRes),
imageVector = orientation.icon,
contentDescription = stringResource(MR.strings.rotation_type),
)
}