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, };