Make card default background clearer.
This commit is contained in:
parent
8507e868d8
commit
b6c712860d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import java.util.UUID;
|
|||
|
||||
public class CardFile {
|
||||
|
||||
static final int DEFAULT_BACKGROUND_COLOR = Color.parseColor("#044563");
|
||||
static final int DEFAULT_BACKGROUND_COLOR = Color.parseColor("#4485A3");
|
||||
static final String PATH_SEPARATOR = "/";
|
||||
@NonNull
|
||||
private final String cardsDirectory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue