Skip to content

Commit

Permalink
[ui/#10]: ToolBar padding 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
NaZe0320 committed Jan 28, 2024
1 parent 2b50b1f commit 5655d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<item name="android:layout_height">@dimen/tab_bar_height</item>
<item name="android:background">@color/background</item>
<item name="android:elevation">6dp</item>
<item name="android:paddingHorizontal">26dp</item>
<item name="android:paddingHorizontal">15dp</item>
</style>

<style name="TabTextStyle">
Expand Down

0 comments on commit 5655d61

Please sign in to comment.