Skip to content

Commit

Permalink
- Using LanguageUtils for language functionality
Browse files Browse the repository at this point in the history
- Refactoring code
  • Loading branch information
muradnajafli committed Mar 18, 2024
1 parent 22a74bd commit 9f79678
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fun ArticleTextContent(
modifier = Modifier
.fillMaxWidth()
.padding(
top = 190.dp
top = 200.dp
)
.clip(
shape = RoundedCornerShape(
Expand Down

0 comments on commit 9f79678

Please sign in to comment.