File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
WordPress/src/main/java/org/wordpress/android/ui/reader/views/compose Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import androidx.compose.ui.res.stringResource
2525import androidx.compose.ui.tooling.preview.Preview
2626import androidx.compose.ui.unit.dp
2727import org.wordpress.android.R
28- import org.wordpress.android.designsystem.footnote
2928import org.wordpress.android.ui.compose.theme.AppColor
3029import org.wordpress.android.ui.compose.theme.AppTheme
3130import org.wordpress.android.ui.compose.unit.Margin
@@ -122,7 +121,7 @@ private fun ReaderAnnouncementCardItem(data: ReaderAnnouncementCardItemData) {
122121 start = Margin .Large .value,
123122 ),
124123 text = stringResource(data.descriptionRes),
125- style = MaterialTheme .typography.footnote ,
124+ style = MaterialTheme .typography.bodySmall ,
126125 color = secondaryElementColor,
127126 )
128127 }
You can’t perform that action at this time.
0 commit comments