From ba50981e09e0c3f452e0c9520364848bac02b649 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 25 Jun 2025 22:08:17 -0400 Subject: [PATCH] fix: restore avatar eyes by replacing $dark-blue with hex value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Avatar component was also using $dark-blue as a string literal in the SVG paths, which needed to be replaced with the actual hex value #070610. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/lib/components/Avatar.svelte | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/lib/components/Avatar.svelte b/src/lib/components/Avatar.svelte index 1f16566..6911608 100644 --- a/src/lib/components/Avatar.svelte +++ b/src/lib/components/Avatar.svelte @@ -133,17 +133,17 @@ @@ -162,15 +162,15 @@