Update src/App.js

This commit is contained in:
Viacheslav
2025-05-04 12:25:41 +03:00
parent 5a47471723
commit 31c449b1d2

View File

@@ -1,5 +1,4 @@
import SendIcon from './img/paper-plane.png';
import { useState } from 'react';
import Message from './misc/Message';
@@ -66,7 +65,7 @@ function App() {
};
return (
<div className="flex w-full h-full justify-center items-center">
<div className="flex w-full h-full justify-center items-center dark:bg-gray-700">
<div className="relative flex md:h-[550px] h-full md:w-[500px] w-full flex-col justify-center md:rounded-xl bg-gray-50 p-5 text-sm/7 text-gray-800 shadow-sm shadow-orange-500/50 dark:bg-gray-900 dark:text-gray-200">
<Spinner show={Loading} />