1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

When replying to CW content, CW will be added

This commit is contained in:
Zhiyuan Zheng
2021-02-27 17:25:01 +01:00
parent f3fa6bc662
commit 4eea2bf58c
6 changed files with 45 additions and 24 deletions

View File

@ -28,7 +28,8 @@ const HeaderCenter = React.memo(
const styles = StyleSheet.create({
text: {
...StyleConstants.FontStyle.M
fontSize: 18,
fontWeight: StyleConstants.Font.Weight.Bold
}
})