Skip to content

Commit 94799d4

Browse files
committed
style(theme): update successText to match success
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 7041750 commit 94799d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/flipcash/shared/theme/src/main/kotlin/com/flipcash/app/theme/internal/Flipcash2DesignSystem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private val colors = with(Flipcash2ColorSpec) {
7474
error = Error,
7575
errorText = TextError,
7676
success = success,
77-
successText = successText,
77+
successText = success,
7878
textMain = Color.White,
7979
textSecondary = secondaryText,
8080
border = White08,

0 commit comments

Comments
 (0)