We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a2a02 commit 78abaeeCopy full SHA for 78abaee
App.tsx
@@ -3,7 +3,7 @@ import { CelebrationModal } from './components/CelebrationModal';
3
4
const App: React.FC = () => {
5
return (
6
- <div className="min-h-screen bg-slate-100 flex items-center justify-center">
+ <div className="min-h-screen flex items-center justify-center">
7
<CelebrationModal
8
isOpen={true}
9
onClose={() => {}}
@@ -12,4 +12,4 @@ const App: React.FC = () => {
12
);
13
};
14
15
-export default App;
+export default App;
0 commit comments