mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +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='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{' '}
|
Performance Overview{' '}
|
||||||
<Icon
|
<Icon
|
||||||
icon='heroicons:information-circle'
|
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='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{' '}
|
Weekly Performance{' '}
|
||||||
<Icon
|
<Icon
|
||||||
icon='heroicons:information-circle'
|
icon='heroicons:information-circle'
|
||||||
|
|||||||
Reference in New Issue
Block a user