refactor(output): clearer text
This commit is contained in:
parent
bc9bb01673
commit
00cb0201d4
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ fun OutputEntries(
|
||||||
) {
|
) {
|
||||||
if (outputs.isEmpty()) {
|
if (outputs.isEmpty()) {
|
||||||
Text(
|
Text(
|
||||||
text = "No outputs.",
|
text = "This file does not have any output location.",
|
||||||
fontSize = TextUnit(20F, TextUnitType.Sp),
|
fontSize = TextUnit(17F, TextUnitType.Sp),
|
||||||
color = Color.White
|
color = Color.White
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
|
|
Reference in a new issue