Skip to content

Commit

Permalink
#39 [add] : SmallChipType enum class에 CHAT_COUNT 타입 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yskim6772 committed Jan 18, 2025
1 parent b5163f6 commit db2a191
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,11 @@ enum class SmallChipType(
textColor = defaultWithSuhyeonColors.Purple400,
requiresDynamicString = true
),
CHAT_COUNT(
titleResId = R.string.type_chat,
backgroundColor = defaultWithSuhyeonColors.Purple50,
textColor = defaultWithSuhyeonColors.Purple900,
horizontalPadding = 8.dp,
requiresDynamicString = true
)
}

0 comments on commit db2a191

Please sign in to comment.