Skip to content

Commit

Permalink
Merge pull request #377 from team-yello/ui/#376-code-button-change
Browse files Browse the repository at this point in the history
[UI/#376] OnBoarding / 추천인 코드 버튼 간격 변경
  • Loading branch information
minju1459 authored Feb 7, 2024
2 parents 5d91aab + 36a58e0 commit 7a37ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_code.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
android:id="@+id/btn_code_skip"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="14dp"
android:layout_marginBottom="10dp"
android:gravity="center"
android:background="@drawable/shape_black_fill_grayscales200_line_8_rect"
android:paddingVertical="16dp"
Expand Down

0 comments on commit 7a37ebd

Please sign in to comment.