From e17bc96e330077454172e9750053491faeccc8fd Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 5 Feb 2021 17:16:52 +0100 Subject: move SettingsPageButton to IconPageButton in ui.tsx --- components/ui.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'components') diff --git a/components/ui.tsx b/components/ui.tsx index 2523745..11b9ddd 100644 --- a/components/ui.tsx +++ b/components/ui.tsx @@ -59,6 +59,29 @@ export function Button(props: { ; } +export function IconLabelButton(props: { + text: string; + icon: ReactNode; + onclick?: () => void; +}) { + return +} + export function Input(props: { label?: string; style?: CSSProperties; -- cgit v1.2.3