From d05e5d028b5cc2c2a785dd47640f2c1ac751f079 Mon Sep 17 00:00:00 2001 From: yyip-dev <109188881+yyip-dev@users.noreply.github.com> Date: Thu, 17 Nov 2022 22:24:08 -0500 Subject: [PATCH] fix: theme color hex typo (#5294) theme color hex typo --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 3666257c90..64e0ec04ef 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -26,5 +26,5 @@ "iconPath": "./images/256x256_App_Icon_Pink.svg", "short_name": "Uniswap", "start_url": ".", - "theme_color": "#FC72FFs" -} + "theme_color": "#FC72FF" +} \ No newline at end of file