Skip to content

Commit 5afadbc

Browse files
committed
Add padding to text in category component
1 parent 9f4319e commit 5afadbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/infinitepower/newquiz/core/ui/components/category/CategoryComponent.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ fun CategoryComponent(
8989
style = textStyle,
9090
color = textColor,
9191
textAlign = TextAlign.Center,
92+
modifier = Modifier.padding(horizontal = MaterialTheme.spacing.large)
9293
)
9394

9495
Row(

0 commit comments

Comments
 (0)