Skip to content

Commit

Permalink
fix: very minor styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Dec 12, 2023
1 parent ff623cc commit ed588b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/feed/index/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function Page({
}}
class="w-full rounded-xl absolute bottom-0 left-0 right-0 bg-rose-500"
/>
<p class="absolute bottom-1 z-10 font-medium text-white text-sm left-1/2 -translate-x-1/2 font-rounded">
<p class="absolute bottom-1 z-10 font-medium text-white text-sm left-1/2 -translate-x-1/2 font-rounded dark:text-zinc-900">
{post.move}
</p>
</div>
Expand All @@ -136,7 +136,7 @@ export default function Page({
}}
class="w-full rounded-xl absolute bottom-0 left-0 right-0 bg-green-500"
/>
<p class="absolute bottom-1 z-10 font-medium text-white text-sm left-1/2 -translate-x-1/2 font-rounded">
<p class="absolute bottom-1 z-10 font-medium text-white text-sm left-1/2 -translate-x-1/2 font-rounded dark:text-zinc-900">
{post.exercise}
</p>
</div>
Expand All @@ -157,7 +157,7 @@ export default function Page({
}}
class="w-full rounded-xl absolute bottom-0 left-0 right-0 bg-sky-500"
/>
<p class="absolute bottom-1 z-10 font-medium text-white text-sm left-1/2 -translate-x-1/2 font-rounded">
<p class="absolute bottom-1 z-10 font-medium text-white text-sm left-1/2 -translate-x-1/2 font-rounded dark:text-zinc-900">
{post.stand}
</p>
</div>
Expand Down

1 comment on commit ed588b2

@vercel
Copy link

@vercel vercel bot commented on ed588b2 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.