Fix cut off labels in reader sheet toggles

(cherry picked from commit f9754f4f587449f6d9c3a31a99b5c39269d561ac)
This commit is contained in:
arkon
2023-09-11 18:39:36 -04:00
committed by Jobobby04
parent 4b3efac857
commit fe9f022363
3 changed files with 13 additions and 5 deletions
@@ -45,7 +45,7 @@ fun OrientationModeSelectDialog(
},
modifier = Modifier.fillMaxWidth(),
imageVector = ImageVector.vectorResource(mode.iconRes),
label = stringResource(stringRes),
title = stringResource(stringRes),
)
}
}
@@ -46,7 +46,7 @@ fun ReadingModeSelectDialog(
},
modifier = Modifier.fillMaxWidth(),
imageVector = ImageVector.vectorResource(mode.iconRes),
label = stringResource(stringRes),
title = stringResource(stringRes),
)
}
}