Skip to content

Commit

Permalink
Bold Text in Github link and app action (#708)
Browse files Browse the repository at this point in the history
**Background**

Bold W400

**Changes**

Replace Bold W400 to Bold W%00

**Test plan**

Go to FAP screen and Github link and app action

Co-authored-by: Nikita Kulikov <[email protected]>
  • Loading branch information
Programistich and LionZXY authored Oct 2, 2023
1 parent b5b86a6 commit 58bccb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [FIX] Fix wearos font issue
- [FIX] New mehanism emulate in Wear OS
- [FIX] New button texts on fap errors dialog
- [FIX] Bold Text in github link and app action
- [FIX] Remove Control from Options
- [FIX] Deprecated detekt rules
- [FIX] Fix apostrophe in text "What’s New"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private fun ComposableGithubLink(
modifier = Modifier
.padding(start = 8.dp),
text = text,
style = LocalTypography.current.bodyR14.copy(
style = LocalTypography.current.bodyM14.copy(
textDecoration = TextDecoration.Underline
),
color = LocalPallet.current.text100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fun ComposableFapHide(
modifier = Modifier
.padding(start = 8.dp),
text = text,
style = LocalTypography.current.bodyR14,
style = LocalTypography.current.bodyM14,
color = LocalPallet.current.warningColor
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fun ComposableFapReport(
modifier = Modifier
.padding(start = 8.dp),
text = text,
style = LocalTypography.current.bodyR14,
style = LocalTypography.current.bodyM14,
color = LocalPallet.current.warningColor
)
}

0 comments on commit 58bccb1

Please sign in to comment.