Increase font

This commit is contained in:
Nicola Benaglia 2025-05-26 22:28:34 +02:00
parent d9042a3874
commit 8fcd3be9cc

View File

@ -280,7 +280,7 @@ export const ChatOptions = ({
{mentionList?.length === 0 && (
<Typography
sx={{
fontSize: '11px',
fontSize: '14px',
fontWeight: 400,
color: theme.palette.text.primary,
}}