background color

This commit is contained in:
2024-10-08 21:49:58 +08:00
parent cb0198f035
commit cb2030e8aa
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ const Home = ({ settings, aboutus }: { settings: SettingsProps, aboutus: Aboutus
const stopLoading = () => setLoading(false);
return (
<div className='bg-[#F2D5D5]'>
<div className='bg-[#F2D5D5] sm:bg-[#FFF9F9]'>
{loading ? (
<div className="flex justify-center items-center h-screen">
<Suspense fallback={<div>Loading...</div>}>