Skip to content

refactor(docs): standardize background styles with theme-primary#227

Merged
AmiteK23 merged 1 commit into
mainfrom
refactor/docs-theme-background
Mar 30, 2026
Merged

refactor(docs): standardize background styles with theme-primary#227
AmiteK23 merged 1 commit into
mainfrom
refactor/docs-theme-background

Conversation

@AmiteK23
Copy link
Copy Markdown
Member

@AmiteK23 AmiteK23 commented Mar 30, 2026

Description

Standardize documentation backgrounds by replacing hardcoded light/dark background utilities with the semantic bg-theme-primary token.

This keeps documentation components aligned with the theme system, improves visual consistency across pages, and makes future theme adjustments easier by centralizing background behavior behind a shared token.


Type of Change

  • UI update
  • Copy update
  • Bug fix
  • Performance
  • Refactor

Preview

  • Replaced bg-white dark:bg-gray-900 with bg-theme-primary across documentation components
  • No functional or layout logic changes
  • Visual update is intentionally minor and focused on consistency

Checklist

  • Tested locally
  • Responsive layout checked
  • Links verified

Additional Notes

This PR updates ~40 documentation components with a consistent background token.

Changes are mechanical and non-functional:

  • no layout logic changed
  • no behavior changes
  • styling token replacement only

The goal is to move documentation backgrounds to the semantic theme token system for better maintainability and easier future theming.

- replace bg-white and dark:bg-gray-900 with bg-theme-primary
- improve visual consistency across documentation components
- unify background system for better theming and maintainability
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
logicstamp-dev Ready Ready Preview, Comment Mar 30, 2026 0:09am

@AmiteK23 AmiteK23 merged commit ac2ae68 into main Mar 30, 2026
4 checks passed
@AmiteK23 AmiteK23 deleted the refactor/docs-theme-background branch March 31, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant