Skip to content

Commit

Permalink
Build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Jul 5, 2023
1 parent ae71899 commit e4e353d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/selector_sign_up_btn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<shape
android:shape="rectangle">
<corners android:radius="30dp"/>
<solid android:color="@color/gray_400"/>
<solid android:color="?colorOnSurface40"/>
</shape>
</item>
</selector>

0 comments on commit e4e353d

Please sign in to comment.