Skip to content

Commit

Permalink
updated PromptLabel to use padding xsmall for the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
giannis-rdx committed Dec 10, 2024
1 parent f65908e commit 67ce433
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fun PromptLabel(
Row(
modifier = modifier,
verticalAlignment = Alignment.CenterVertically,
horizontalArrangement = Arrangement.spacedBy(RadixTheme.dimensions.paddingSmall)
horizontalArrangement = Arrangement.spacedBy(RadixTheme.dimensions.paddingXSmall)
) {
Icon(
modifier = Modifier.size(iconSize),
Expand Down

0 comments on commit 67ce433

Please sign in to comment.