From e81bd48ca6298888b8cbd6d8749105d5f95e6288 Mon Sep 17 00:00:00 2001 From: nickofolas Date: Wed, 19 Jan 2022 14:36:42 -0600 Subject: [PATCH] Update Tab(s) design --- src/Themes/ui/Theme.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/Themes/ui/Theme.tsx b/src/Themes/ui/Theme.tsx index 7f82bcebe..1b8a5058f 100644 --- a/src/Themes/ui/Theme.tsx +++ b/src/Themes/ui/Theme.tsx @@ -336,6 +336,24 @@ export function refreshTheme(): void { color: Settings.theme.primary, }, }, + root: { + backgroundColor: Settings.theme.backgroundsecondary, + border: "1px solid " + Settings.theme.well, + margin: '3px', + + "&.Mui-selected": { + backgroundColor: Settings.theme.button + }, + }, + }, + }, + MuiTabs: { + defaultProps: { + TabIndicatorProps: { + style: { + display: "none" + } + } }, }, MuiAlert: {