Skip to content

Commit

Permalink
[Fix/#489] 잘못 들어간 띄어쓰기 수정 (#491)
Browse files Browse the repository at this point in the history
* [Fix/#489] 띄어쓰기 수정

* [Fix/#489] 띄어쓰기 수정
  • Loading branch information
kimdahyee authored Dec 3, 2023
1 parent 94ba60d commit d9c145e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_sopt_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="20dp"
android:layout_marginTop="16dp"
android:textColor="@color/white "
android:textColor="@color/white"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0"
app:layout_constraintStart_toStartOf="parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_main_member_generation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
android:background="@drawable/oval"
android:backgroundTint="@color/mds_gray_800"
android:gravity="center"
android:textColor="@color/mds_gray_100 "
android:textColor="@color/mds_gray_100"
tools:text="29" />

<TextView
Expand Down
9 changes: 6 additions & 3 deletions core/designsystem/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,14 @@
<color name="mds_gray_700">#2E2E35</color>
<color name="mds_gray_800">#202025</color>
<color name="mds_gray_950">#0F1012</color>
<!-- MDS Red -->

<!-- MDS RedScale -->
<color name="mds_red_300">#FA616D</color>
<color name="mds_red_800">#562025</color>
<!-- MDS Yellow -->

<!-- MDS YellowScale -->
<color name="mds_yellow_900">#534123</color>
<!-- MDS Green -->

<!-- MDS GreenScale -->
<color name="mds_green_900">#15372B</color>
</resources>

0 comments on commit d9c145e

Please sign in to comment.