Skip to content

Commit

Permalink
Merge pull request #20883 from wordpress-mobile/fix/reader-announceme…
Browse files Browse the repository at this point in the history
…nt-font-size

[Reader] Use Body Small style for Announcement card descriptions
  • Loading branch information
Thomas Horta committed May 27, 2024
2 parents 610c495 + fae1ff3 commit d8a3dd3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import androidx.compose.ui.res.stringResource
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import org.wordpress.android.R
import org.wordpress.android.designsystem.footnote
import org.wordpress.android.ui.compose.theme.AppColor
import org.wordpress.android.ui.compose.theme.AppTheme
import org.wordpress.android.ui.compose.unit.Margin
Expand Down Expand Up @@ -122,7 +121,7 @@ private fun ReaderAnnouncementCardItem(data: ReaderAnnouncementCardItemData) {
start = Margin.Large.value,
),
text = stringResource(data.descriptionRes),
style = MaterialTheme.typography.footnote,
style = MaterialTheme.typography.bodySmall,
color = secondaryElementColor,
)
}
Expand Down

0 comments on commit d8a3dd3

Please sign in to comment.