...
This commit is contained in:
@@ -69,7 +69,7 @@ export default function SaveList({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (show) return (
|
if (show) return (
|
||||||
<div className="my-4 p-2 mx-4 md:mx-32 border-1 border-gray-200 rounded-2xl">
|
<div className="my-4 p-2 mx-4 md:mx-32 border-1 border-gray-200 rounded-2xl" style={{ fontFamily: 'Times New Roman, serif' }}>
|
||||||
<div className="flex flex-row justify-center gap-8 items-center">
|
<div className="flex flex-row justify-center gap-8 items-center">
|
||||||
<IconClick
|
<IconClick
|
||||||
src={IMAGES.refresh}
|
src={IMAGES.refresh}
|
||||||
|
|||||||
@@ -228,7 +228,7 @@ export default function Home() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (<>
|
return (<>
|
||||||
<div className="my-4 p-4 mx-4 md:mx-32 border-1 border-gray-200 rounded-2xl">
|
<div className="my-4 p-4 mx-4 md:mx-32 border-1 border-gray-200 rounded-2xl" style={{ fontFamily: 'Times New Roman, serif' }}>
|
||||||
<textarea className="text-2xl resize-none focus:outline-0 min-h-64 w-full border-gray-200 border-b"
|
<textarea className="text-2xl resize-none focus:outline-0 min-h-64 w-full border-gray-200 border-b"
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
ref={textareaRef}>
|
ref={textareaRef}>
|
||||||
|
|||||||
Reference in New Issue
Block a user