From 1bf722d84c804c124ae22834fe0e06026b2cba3d Mon Sep 17 00:00:00 2001 From: Rodrigo Lino da Costa <5201282+rlinoz@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:30:29 -0300 Subject: [PATCH] Revert "fix: changed color on splash screen" --- assets/images/new-expensify.svg | 2 +- web/index.html | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/images/new-expensify.svg b/assets/images/new-expensify.svg index 264821d4f86e..7bfef1fd38b4 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 aff3feb87dbb..49ffd0d0a62f 100644 --- a/web/index.html +++ b/web/index.html @@ -111,10 +111,6 @@ transition-property: opacity; } - .splash-logo > svg { - color: #03d47c; - } - .animation { display: flex; }