We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea6ef3 commit 3f6788bCopy full SHA for 3f6788b
.DS_Store
0 Bytes
app/.DS_Store
app/root.tsx
@@ -84,10 +84,10 @@ export function HydrateFallback() {
84
className="w-40 h-40 absolute top-1/3 left-1/2 transform -translate-x-1/2 -translate-y-1/2"
85
/>
86
</div>
87
- <div className="absolute bottom-80 left-1/2 transform -translate-x-1/2 w-64">
88
- <div className="w-full bg-gray-700 rounded-full h-3">
+ <div className="absolute bottom-20 left-1/2 transform -translate-x-1/2 w-64">
+ <div className="w-full bg-gray-700 rounded-full h-1.5">
89
<div
90
- className="bg-white h-3 rounded-full"
+ className="bg-white h-1.5 rounded-full"
91
style={{ width: `${progress}%` }}
92
></div>
93
app/routes/.DS_Store
app/routes/styles/.DS_Store
public/.DS_Store
0 commit comments