mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
style: adjust font sizes for headings in RegexCard and ProfileCard components
This commit is contained in:
@@ -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 && (
|
||||
|
||||
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user