Skip to content

Commit

Permalink
changed bgPressed Gray900A5 to Gray100 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 authored Sep 25, 2024
1 parent ada6b89 commit 8492eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data class YdsColorScheme(
val bgElevated: Color = White000,
val bgRecomment: Color = Gray050,
val bgSelected: Color = Gray900A5,
val bgPressed: Color = Gray900A5,
val bgPressed: Color = Gray100,
val bgNormalDark: Color = RealBlack,
val bgElevatedDark: Color = RealBlack,
val bgDimDark: Color = Gray900A30,
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=2.6.2
versionName=2.6.3
#자동 배포를 위해서 버전은 여기 한 군데에서 관리하면 된다

0 comments on commit 8492eb9

Please sign in to comment.