Skip to content

Commit

Permalink
Fix incorrect CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
gruz0 committed Nov 20, 2024
1 parent c66d81c commit 4892a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FetchingDataMessage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const FetchingDataMessage = () => (
<div className="mb-6 mt-4 flex items-center rounded-lg border border-purple-200 bg-purple-50 p-4 shadow-md md:text-lg dark:bg-purple-800">
<div className="mr-4 size-6 animate-spin rounded-full border-4 border-purple-500 border-t-transparent" />
<p className="dark:text-color-300">
<p className="dark:text-gray-300">
Hang tight! We&apos;re fetching your data... This make take up to 30
seconds...
</p>
Expand Down

0 comments on commit 4892a01

Please sign in to comment.