style: adjust font sizes for headings in RegexCard and ProfileCard components

This commit is contained in:
Sam Chau
2025-01-19 18:02:03 +10:30
parent 031bef1cd8
commit c1c33bc252
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ const ProfileCard = ({
<div className='flex-none'>
<div className='flex justify-between items-start'>
<div className='flex items-center gap-3 flex-wrap'>
<h3 className='text-xl font-bold text-gray-100'>
<h3 className='text-lg font-bold text-gray-100'>
{unsanitize(content.name)}
</h3>
{content.tags && content.tags.length > 0 && (

View File

@@ -68,7 +68,7 @@ const RegexCard = ({
<div className='flex-none'>
<div className='flex justify-between items-start'>
<div className='flex items-center gap-3 flex-wrap'>
<h3 className='text-lg font-bold text-gray-100'>
<h3 className='text-base font-bold text-gray-100'>
{pattern.name}
</h3>
{pattern.tags && pattern.tags.length > 0 && (