mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Swap black and white
This commit is contained in:
parent
bf4b3d5b79
commit
6a99bc5ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ enum class Themes(val themeKey: String, val backgroundColor: Long) {
|
|||
SEPIA("Sepia", 0xFFFBF0D9),
|
||||
DARK("Dark", 0xFF2a2a2a),
|
||||
APOLLO("Apollo", 0xFF6A6968),
|
||||
BLACK("Black", 0xFFFFFFFF),
|
||||
BLACK("Black", 0xFF000000),
|
||||
}
|
||||
|
||||
@HiltViewModel
|
||||
|
|
|
|||
Loading…
Reference in a new issue