Skip to content

Commit

Permalink
style: screenheader font size
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Aug 4, 2022
1 parent 65f971b commit 43c8809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ScreenHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type Props = {

function ScreenHeader({ title }: Props) {
return (
<div className="text-center text-xl font-semibold dark:text-white py-2 border-b border-gray-200 dark:border-neutral-500">
<div className="text-center text-lg font-semibold dark:text-white py-2 border-b border-gray-200 dark:border-neutral-500">
{title}
</div>
);
Expand Down

0 comments on commit 43c8809

Please sign in to comment.