mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
refactor(FE): Use text-base for UniformityChart headings
This commit is contained in:
@@ -111,7 +111,7 @@ const UniformityChart = ({
|
||||
}}
|
||||
>
|
||||
<div className='flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4 mb-3'>
|
||||
<div className='text-lg font-semibold leading-7 flex gap-3 items-center'>
|
||||
<div className='text-base font-semibold leading-7 flex gap-3 items-center'>
|
||||
Performance Overview{' '}
|
||||
<Icon
|
||||
icon='heroicons:information-circle'
|
||||
@@ -142,7 +142,7 @@ const UniformityChart = ({
|
||||
}}
|
||||
>
|
||||
<div className='flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4 mb-3'>
|
||||
<div className='text-lg font-semibold leading-7 flex gap-3 items-center'>
|
||||
<div className='text-base font-semibold leading-7 flex gap-3 items-center'>
|
||||
Weekly Performance{' '}
|
||||
<Icon
|
||||
icon='heroicons:information-circle'
|
||||
|
||||
Reference in New Issue
Block a user