Closed andyleiserson closed 1 month ago
@andyleiserson is attempting to deploy a commit to the private-attribution Team on Vercel.
A member of the Team first needs to authorize it.
The changes involve updates to the Page
and QueryPage
components to enhance dark mode support. In Page
, the <h2>
and <h3>
elements now include the dark:text-gray-100
class for improved text visibility. In QueryPage
, dd
elements have been updated similarly, with a change in the text-sky-700
class to dark:text-sky-300
for parameter values. These modifications aim to improve readability in dark mode without altering any functional logic.
File Path | Change Summary |
---|---|
server/app/query/page.tsx | Updated <h2> and <h3> elements to include dark:text-gray-100 class for dark mode support. |
server/app/query/view/[id]/page.tsx | Modified dd elements to add dark:text-gray-100 class and changed parameter value class from text-sky-700 to dark:text-sky-300 . |
In shadows deep, where bunnies play,
The text now shines, come night or day.
With hues of gray, both dark and bright,
Our pages glow, a lovely sight!
So hop along, let’s read with glee,
In every mode, we’re wild and free! 🐇✨
thanks for fixing these!
Summary by CodeRabbit
New Features
Page
andQueryPage
components.Bug Fixes