Skip to content

Commit

Permalink
[PC-000] Error Color 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Dec 31, 2024
1 parent 9154f12 commit 9dfd46b
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ private val Light2 = Color(0xFFE8EBF0)
private val Light3 = Color(0xFFF4F6FA)
private val White = Color(0xFFFFFFFF)

private val Error = Color(0xFFFF3059)

@Immutable
data class PieceColors(
val primaryDefault: Color = PrimaryDefault,
Expand All @@ -36,4 +38,5 @@ data class PieceColors(
val light2: Color = Light2,
val light3: Color = Light3,
val white: Color = White,
val error: Color = Error,
)
1 change: 0 additions & 1 deletion feature/etc/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions feature/etc/build.gradle.kts

This file was deleted.

Empty file removed feature/etc/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions feature/etc/proguard-rules.pro

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions feature/etc/src/main/AndroidManifest.xml

This file was deleted.

22 changes: 0 additions & 22 deletions feature/etc/src/main/java/com/puzzle/etc/EtcScreen.kt

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions feature/etc/src/test/java/com/puzzle/etc/ExampleUnitTest.kt

This file was deleted.

2 changes: 1 addition & 1 deletion feature/matching/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<string name="check_the_matching_pieces">매칭 조각을 확인해주세요!</string>
<string name="same_value_as_me">나와 같은 가치관</string>
<string name="accept_matching">매칭 수락하기</string>
</resources>
</resources>

0 comments on commit 9dfd46b

Please # to comment.