Skip to content

Commit

Permalink
[UI/#48] AlarmDayButton 선택 시 테두리 색 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DongChyeon committed Jan 19, 2025
1 parent 33bd138 commit 85590ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal fun AlarmDayButton(
Triple(
OrbitTheme.colors.main.copy(alpha = 0.1f),
OrbitTheme.colors.main,
Color.Transparent,
OrbitTheme.colors.main.copy(alpha = 0.2f),
)
} else {
Triple(
Expand Down

0 comments on commit 85590ea

Please sign in to comment.