Skip to content

Commit

Permalink
[REFACTOR] #50 : WAPPBUTTON 텍스트 스타일 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Nov 29, 2023
1 parent 88c9f78 commit d6c56eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fun WappButton(
content = {
Text(
text = stringResource(textRes),
style = WappTheme.typography.contentMedium,
style = WappTheme.typography.contentRegular,
)
},
)
Expand Down

0 comments on commit d6c56eb

Please sign in to comment.