diff --git a/packages/ui/test/__snapshots__/AppBar.test.js.snap b/packages/ui/test/__snapshots__/AppBar.test.js.snap
index df74fa0cbcd219aab3fe3f049f69271b1350509a..d18c4e4156689ecc4fb50930325ee1ee38fe6615 100644
--- a/packages/ui/test/__snapshots__/AppBar.test.js.snap
+++ b/packages/ui/test/__snapshots__/AppBar.test.js.snap
@@ -29,7 +29,7 @@ exports[`AppBar Snapshot 1`] = `
           <path
             d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"
             fill="none"
-            stroke="black"
+            stroke="var(--color-local, black)"
             strokeLinecap="round"
             strokeLinejoin="round"
             strokeWidth="2"
@@ -39,7 +39,7 @@ exports[`AppBar Snapshot 1`] = `
             cy="7"
             fill="none"
             r="4"
-            stroke="black"
+            stroke="var(--color-local, black)"
             strokeLinecap="round"
             strokeLinejoin="round"
             strokeWidth="2"