Skip to content

Commit 13e95da

Browse files
committed
[BOOK-274] feat: 앱 버전 색상 변경
1 parent 599e0f0 commit 13e95da

File tree

1 file changed

+1
-1
lines changed
  • feature/settings/src/main/kotlin/com/ninecraft/booket/feature/settings

1 file changed

+1
-1
lines changed

feature/settings/src/main/kotlin/com/ninecraft/booket/feature/settings/SettingsUi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ internal fun SettingsUi(
124124
Text(
125125
text = appVersion,
126126
style = ReedTheme.typography.body1Medium,
127-
color = ReedTheme.colors.contentSecondary,
127+
color = ReedTheme.colors.contentBrand,
128128
)
129129
},
130130
)

0 commit comments

Comments
 (0)