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()) {
|
||||
Text(
|
||||
text = "No outputs.",
|
||||
fontSize = TextUnit(20F, TextUnitType.Sp),
|
||||
text = "This file does not have any output location.",
|
||||
fontSize = TextUnit(17F, TextUnitType.Sp),
|
||||
color = Color.White
|
||||
)
|
||||
} else {
|
||||
|
|
Reference in a new issue