Skip to content

Commit

Permalink
fix: Update splash screen background color
Browse files Browse the repository at this point in the history
LEARNER-10108
  • Loading branch information
omerhabib26 committed Aug 23, 2024
1 parent dd757fe commit bbc7b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/edx/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<color name="background">#FFFFFF</color>
<!-- Primary 500 | Dark 500 | Elm -->
<color name="primary">#00262B</color>
<color name="splash">#FFFFFF</color>
<color name="splash">#00262B</color>
<color name="checked_tab_item">#002326</color>
<color name="unchecked_tab_item">#ADADAD</color>
</resources>

0 comments on commit bbc7b90

Please sign in to comment.