From eff6c53860b6d5fe17517d397240fcc23460b70c Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 13 May 2023 14:00:34 +0200 Subject: [PATCH] fix(frontend): use tabs instead of pills for settings modal This way the button don't look so strange and this is more like the class is intended. Signed-off-by: Philip Molares --- .../src/components/layout/settings-dialog/settings-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/layout/settings-dialog/settings-modal.tsx b/frontend/src/components/layout/settings-dialog/settings-modal.tsx index 36181a311..b8e4023d8 100644 --- a/frontend/src/components/layout/settings-dialog/settings-modal.tsx +++ b/frontend/src/components/layout/settings-dialog/settings-modal.tsx @@ -30,7 +30,7 @@ export const SettingsModal: React.FC = ({ show, onHide }) => { titleI18nKey={'settings.title'} showCloseButton={true}> - +