chore: lint and format repo - 1 lint error left
This commit is contained in:
@@ -3,7 +3,6 @@ import { getThemeColorHexByName, getThemeColorRgbByName } from '@shared/util/the
|
||||
import Text from '@views/components/common/Text/Text';
|
||||
import clsx from 'clsx';
|
||||
import React from 'react';
|
||||
import { satisfies } from 'semver';
|
||||
|
||||
import type IconComponent from '~icons/material-symbols';
|
||||
|
||||
|
||||
@@ -388,4 +388,5 @@ export default function CourseCellColorPicker({
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ interface Props {
|
||||
*/
|
||||
export default function InfoCard({ titleText, bodyText }: React.PropsWithChildren<Props>): JSX.Element {
|
||||
return (
|
||||
<div className='w-50 border rounded p-4 border-gray-300 bg-white'>
|
||||
<div className='w-50 border border-gray-300 rounded bg-white p-4'>
|
||||
<div className='flex flex-col gap-1.5'>
|
||||
<Text variant='h4' as='span' className='text-ut-orange'>
|
||||
{titleText}
|
||||
|
||||
Reference in New Issue
Block a user