fix: incorrect checkbox dialog item text color
This commit is contained in:
parent
a18cf65791
commit
59eae6e029
1 changed files with 3 additions and 1 deletions
|
|
@ -50,7 +50,9 @@ fun CheckboxDialogItem(
|
|||
|
||||
StyledText(
|
||||
text = title,
|
||||
style = MaterialTheme.typography.bodyLarge,
|
||||
style = MaterialTheme.typography.bodyLarge.copy(
|
||||
color = MaterialTheme.colorScheme.onSurface
|
||||
),
|
||||
maxLines = 1
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue