Skip to content

style: migrate Footer inline styles to Tailwind CSS#858

Closed
adarsh0052 wants to merge 1 commit intoaccordproject:mainfrom
adarsh0052:style/migrate-footer-inline-styles-to-tailwind
Closed

style: migrate Footer inline styles to Tailwind CSS#858
adarsh0052 wants to merge 1 commit intoaccordproject:mainfrom
adarsh0052:style/migrate-footer-inline-styles-to-tailwind

Conversation

@adarsh0052
Copy link
Copy Markdown

Summary

Migrates all inline style={{}} props in src/components/Footer.tsx
to Tailwind CSS utility classes, consistent with the project's Tailwind
migration effort.

Changes

  • Replaced style={{ background: "#1b2540" }}bg-[#1b2540]
  • Replaced color: "rgba(255,255,255,0.65)"text-white/65
  • Replaced color: "rgba(255,255,255,0.85)"text-white/85
  • Replaced backgroundColor: "#19c6c7"bg-[#19c6c7]
  • Replaced fontSize: "17px"text-[17px]
  • Replaced letterSpacing: "0.1em"tracking-widest
  • Replaced marginTop: "40px"mt-[40px]

Testing

Visual output is identical to before — no functional changes,
purely a style refactor.

Signed-off-by: Adarsh Dadwal <adarshdadwal25@gmail.com>
@adarsh0052 adarsh0052 requested a review from a team as a code owner March 26, 2026 10:14
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 26, 2026

Deploy Preview for ap-template-playground ready!

Name Link
🔨 Latest commit 09339cd
🔍 Latest deploy log https://app.netlify.com/projects/ap-template-playground/deploys/69c50722ec6fd90008dc9758
😎 Deploy Preview https://deploy-preview-858--ap-template-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions Bot added the Stale label Apr 11, 2026
@github-actions github-actions Bot closed this Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant