Skip to content

Commit

Permalink
Merge pull request #52 from SOPT-all/fix/#51-year-picker-ui
Browse files Browse the repository at this point in the history
[FIX/#51] YearPicker 컴포넌트 수정
  • Loading branch information
yskim6772 authored Jan 22, 2025
2 parents 95d51e6 + 6c9c7a7 commit cfecf77
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ fun YearPicker(
startLocalDate: LocalDate = currentDate,
yearItems: List<Int> = YEAR_RANGE.reversed(),
visibleItemsCount: Int = 3,
itemPadding: PaddingValues = PaddingValues(top = 12.dp, bottom = 16.dp),
textStyle: TextStyle = typography.title02_SB.copy(color = colors.Grey400),
selectedTextStyle: TextStyle = typography.title02_SB.copy(color = colors.Black),
itemPadding: PaddingValues = PaddingValues(top = 11.dp, bottom = 15.dp),
textStyle: TextStyle = typography.title03_SB.copy(color = colors.Grey400),
selectedTextStyle: TextStyle = typography.title03_SB.copy(color = colors.Grey800),
dividerColor: Color = Transparent,
fadingEdgeGradient: Brush = Brush.verticalGradient(
0f to Transparent,
Expand Down

0 comments on commit cfecf77

Please sign in to comment.