From 5e769ee5b1453554c1f58ec4b2f0ce88c0be5b4c Mon Sep 17 00:00:00 2001 From: bartektomczyk Date: Wed, 24 Jan 2024 21:10:12 +0100 Subject: [PATCH] fix: changed color on splash screen --- assets/images/new-expensify.svg | 2 +- web/index.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/images/new-expensify.svg b/assets/images/new-expensify.svg index 7bfef1fd38b4..264821d4f86e 100644 --- a/assets/images/new-expensify.svg +++ b/assets/images/new-expensify.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/web/index.html b/web/index.html index 7c02614d17b2..134b3cbf455a 100644 --- a/web/index.html +++ b/web/index.html @@ -137,6 +137,10 @@ transition-property: opacity; } + .splash-logo > svg { + color: #03d47c; + } + .animation { display: flex; }