From 43255fa40fd8fa0f642d686f187f83b02b927006 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Sun, 9 Jan 2022 16:56:32 +0100 Subject: [PATCH] Add active state for Upload button --- public/index.html | 2 +- src/components/TopBar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 71df281..e68bde7 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - + diff --git a/src/components/TopBar.tsx b/src/components/TopBar.tsx index 775cf10..a96f45f 100644 --- a/src/components/TopBar.tsx +++ b/src/components/TopBar.tsx @@ -140,7 +140,7 @@ const TopBar = () => {