mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
feat: change colors in png init
This commit is contained in:
10
src/components/InputHeader.tsx
Normal file
10
src/components/InputHeader.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import Typography from '@mui/material/Typography';
|
||||
import React from 'react';
|
||||
|
||||
export default function InputHeader({ title }: { title: string }) {
|
||||
return (
|
||||
<Typography mb={1} fontSize={30} color={'primary'}>
|
||||
{title}
|
||||
</Typography>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user