From 8f18af232d4441908bba2a2a27039b5eb69f0e5e Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 4 Jul 2022 19:35:56 +0200 Subject: [PATCH] feat(wallet): add generic dialog component --- nym-wallet/src/theme/theme.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nym-wallet/src/theme/theme.tsx b/nym-wallet/src/theme/theme.tsx index 2aa8481238..f09cc3daf3 100644 --- a/nym-wallet/src/theme/theme.tsx +++ b/nym-wallet/src/theme/theme.tsx @@ -247,6 +247,13 @@ export const getDesignTokens = (mode: PaletteMode): ThemeOptions => { underline: 'none', }, }, + MuiDialogTitle: { + styleOverrides: { + root: { + fontWeight: 600, + }, + }, + }, }, palette, };