From 2ad2c61721484b50295dd1f0ce1c4770b89f866c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 10 Feb 2021 11:37:00 +0100 Subject: added logout button in settings --- components/ui.tsx | 4 ++- package.json | 2 ++ pages/settings.tsx | 17 +++++++++++ yarn.lock | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 105 insertions(+), 1 deletion(-) diff --git a/components/ui.tsx b/components/ui.tsx index 8f16340..bb2a2ff 100644 --- a/components/ui.tsx +++ b/components/ui.tsx @@ -67,13 +67,15 @@ export function IconLabelButton(props: { text: string; icon: ReactNode; onclick?: () => void; + style?: CSSProperties; }) { return