diff --git a/flake.lock b/flake.lock index 8395d915..0f84b2b4 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1689752456, - "narHash": "sha256-VOChdECcEI8ixz8QY+YC4JaNEFwQd1V8bA0G4B28Ki0=", + "lastModified": 1701336116, + "narHash": "sha256-kEmpezCR/FpITc6yMbAh4WrOCiT2zg5pSjnKrq51h5Y=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7f256d7da238cb627ef189d56ed590739f42f13b", + "rev": "f5c27c6136db4d76c30e533c20517df6864c46ee", "type": "github" }, "original": { diff --git a/frontend/app/android/app/src/main/res/values-night/styles.xml b/frontend/app/android/app/src/main/res/values-night/styles.xml new file mode 100644 index 00000000..54397611 --- /dev/null +++ b/frontend/app/android/app/src/main/res/values-night/styles.xml @@ -0,0 +1,11 @@ + + + + diff --git a/frontend/app/android/app/src/main/res/values/styles.xml b/frontend/app/android/app/src/main/res/values/styles.xml index f63d2785..5a7a6ccb 100644 --- a/frontend/app/android/app/src/main/res/values/styles.xml +++ b/frontend/app/android/app/src/main/res/values/styles.xml @@ -16,6 +16,7 @@ @color/colorPrimary @color/colorPrimary @color/colorBackground + true