From 9a2a0814f9026ca552d22f1f575c4909ec80c358 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Wed, 19 Oct 2022 01:46:38 -0400 Subject: [PATCH] Added autofill button --- src/Popup/Components/Table.tsx | 2 +- src/Popup/Pages/AutofillPage/index.tsx | 8 ++++++++ src/Popup/Popup.tsx | 2 +- src/theme.ts | 3 ++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/Popup/Components/Table.tsx b/src/Popup/Components/Table.tsx index 45ebc96..9885623 100644 --- a/src/Popup/Components/Table.tsx +++ b/src/Popup/Components/Table.tsx @@ -18,7 +18,7 @@ const Table = ({ title, children }: TableProps) => { { + ) } diff --git a/src/Popup/Popup.tsx b/src/Popup/Popup.tsx index dcf0ee8..305f167 100644 --- a/src/Popup/Popup.tsx +++ b/src/Popup/Popup.tsx @@ -55,7 +55,7 @@ const Popup = () => {