Skip to content

Commit

Permalink
Fix reader announcement card text style
Browse files Browse the repository at this point in the history
  • Loading branch information
RenanLukas committed May 17, 2024
1 parent 9643e59 commit 1c3dddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ fun ReaderAnnouncementCard(
Button(
modifier = Modifier
.padding(
// vertical = Margin.Small.value,
horizontal = Margin.Large.value,
)
.fillMaxWidth(),
Expand All @@ -76,6 +75,7 @@ fun ReaderAnnouncementCard(
Text(
text = stringResource(id = R.string.reader_btn_done),
color = MaterialTheme.colorScheme.surface,
style = MaterialTheme.typography.labelLarge,
)
}
}
Expand Down

0 comments on commit 1c3dddc

Please sign in to comment.