Skip to content

Commit

Permalink
[UI/#15] 버튼 테마에 폰트 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin committed Jan 3, 2024
1 parent b1e697e commit babe7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentation/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<!-- Button Style -->
<style name="button_style" parent="Widget.AppCompat.Button">

<item name="android:textAppearance">@style/TextAppearance.Doorip.Body2.Bold</item>
<item name="android:buttonCornerRadius">46dp</item>
<item name="cornerRadius">40dp</item>
<item name="android:radius">40dp</item>
Expand Down

0 comments on commit babe7e5

Please sign in to comment.