Skip to content

Commit

Permalink
update splash color
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Jun 19, 2024
1 parent 60dc92e commit e9807b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion presentation-core/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="splash">#1F0000</color>
<color name="splash">#1A0A0A</color>

<color name="error">#FFB4A9</color>
<color name="errorContainer">#930006</color>
Expand Down
2 changes: 1 addition & 1 deletion presentation-core/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="splash">#FFEEEE</color>
<color name="splash">#FFEFEF</color>

<color name="cover_placeholder">#2F888888</color>
<color name="cover_placeholder_loading">#888888</color>
Expand Down

0 comments on commit e9807b2

Please sign in to comment.