Skip to content

Commit 5f3a5e4

Browse files
committed
Enable Both slot Flash options (Add Inactive slot flash warning) : Try 23
1 parent c2256aa commit 5f3a5e4

File tree

1 file changed

+4
-1
lines changed
  • app/src/main/java/com/github/capntrips/kernelflasher/ui/components

1 file changed

+4
-1
lines changed

app/src/main/java/com/github/capntrips/kernelflasher/ui/components/DialogButton.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ fun DialogButton(
2727
),
2828
onClick = onClick
2929
) {
30-
Text(buttonText, maxLines = 1)
30+
Text(buttonText,
31+
maxLines = 1,
32+
color = MaterialTheme.colorScheme.primary
33+
)
3134
}
3235
}

0 commit comments

Comments
 (0)