Skip to content

Commit e96084d

Browse files
author
tkokhing
committed
implement font size using the 'adaptive_fs_XX' as defined in 'tailwind.config.ts'
1 parent 3f2ba3d commit e96084d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/_components/main_frame/alert-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const AlertBar = ({ preview }: Props) => {
3838
})}
3939
>
4040
<Container>
41-
<div className="py-2 text-center text-sm dark:text-teal-100">
41+
<div className="py-2 text-center text-adaptive_fs_xs dark:text-teal-100">
4242
{preview ? (
4343
<>
4444
This page is a preview.{" "}

0 commit comments

Comments
 (0)