Skip to content

Commit

Permalink
Merge pull request #101 from yourssu/feature/mint/topbar
Browse files Browse the repository at this point in the history
[YDS-topbar] topbar 배경색 수정
  • Loading branch information
islandparadise14 authored May 26, 2022
2 parents 541fc25 + 8369d90 commit d6664c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="72dp">
android:layout_height="72dp"
android:background="@color/bgNormal">

<com.yourssu.design.system.atom.Text
android:id="@+id/sub_title"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="56dp">
android:layout_height="56dp"
android:background="@color/bgNormal">

<com.yourssu.design.system.atom.Text
android:id="@+id/title"
Expand Down

0 comments on commit d6664c4

Please sign in to comment.