Skip to content

Commit

Permalink
Merge pull request #6 from FOR-GRAD/5-메인-ui
Browse files Browse the repository at this point in the history
Design: 메인 ui 일부 작업 #5
  • Loading branch information
dkyuuum authored Jan 8, 2024
2 parents c711e82 + 8d82738 commit 810a361
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/src/main/res/values/text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</style>

<!-- Bold Style -->
<style name="BoldFont.30" parent="BoldFont">
<style name="BoldFont.30" parent="BlackFont">
<item name="android:textSize">30sp</item>
</style>

Expand Down Expand Up @@ -118,7 +118,11 @@
</style>


<!-- Bold Style -->
<!-- Black Style -->
<style name="BlackFont.30" parent="BlackFont">
<item name="android:textSize">30sp</item>
</style>

<style name="BlackFont.22" parent="BlackFont">
<item name="android:textSize">22sp</item>
</style>
Expand Down

0 comments on commit 810a361

Please sign in to comment.