@@ -46,6 +46,7 @@ color: #ff2372; font-weight: 500; padding-left: 10px; + font-size: 14px; } } @@ -47,8 +47,8 @@ const ChatCard = ({ text, icon, title, uid, slug, accessed_models, blocked }: Ca style={{ background: theme === 'light' ? '#FF2372' : '#FFFFFF' }} > @@ -45,6 +45,7 @@ color: #ff2372; font-weight: 500; padding-left: 10px; + font-size: 14px; } } .locked { @@ -51,8 +51,8 @@ export const Card = ({ text, icon, title, blocked, slug, accessed_models }: IPro style={{ background: theme === 'light' ? '#FF2372' : '#FFFFFF' }} >