You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/flipcash/features/currency-creator/src/main/kotlin/com/flipcash/app/currencycreator/internal/screens/DescriptionSelectionScreen.kt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,7 @@ internal fun DescriptionSelectionContent(
166
166
textModifier =Modifier.sharedBoundsTransition(
167
167
transition =SharedTransition.CurrencyName,
168
168
),
169
+
textStyle =CodeTheme.typography.displaySmall,
169
170
tokenImage = state.icon.dataOrNull,
170
171
imageSize =CodeTheme.dimens.staticGrid.x6,
171
172
spacing =CodeTheme.dimens.grid.x2
@@ -191,8 +192,8 @@ internal fun DescriptionSelectionContent(
0 commit comments