Skip to content

Commit

Permalink
fix: 항목간 간격이 좁아서 확대
Browse files Browse the repository at this point in the history
  • Loading branch information
songpink committed Aug 4, 2024
1 parent e20fd3d commit fd56e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<item name="android:layout_height">wrap_content</item>
<item name="android:textSize">@dimen/size_20</item>
<item name="android:textColor">@color/black_700</item>
<item name="android:layout_marginTop">@dimen/size_24</item>
<item name="android:layout_marginTop">@dimen/size_40</item>
<item name="android:fontFamily">@font/suit_medium</item>
</style>

Expand Down

0 comments on commit fd56e9b

Please sign in to comment.