Skip to content

Commit

Permalink
Merge pull request #116 from SOPT-all/fix/#115-nav-bar-text-style
Browse files Browse the repository at this point in the history
[FIX#115] unselected text color 수정
  • Loading branch information
angryPodo authored Jan 22, 2025
2 parents c8f0e8f + 18f1c5e commit abb7a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private fun RowScope.MainBottomBarItem(
color = if (selected) {
SpoonyAndroidTheme.colors.main400
} else {
SpoonyAndroidTheme.colors.gray200
SpoonyAndroidTheme.colors.gray400
}
)
}
Expand Down

0 comments on commit abb7a4a

Please sign in to comment.