Skip to content

feat(OrderLookupForm): use theme-aware gradient for branding column#67

Merged
garrity-miepub merged 1 commit intomainfrom
feature/order-lookup-updtes
Feb 3, 2026
Merged

feat(OrderLookupForm): use theme-aware gradient for branding column#67
garrity-miepub merged 1 commit intomainfrom
feature/order-lookup-updtes

Conversation

@garrity-miepub
Copy link
Copy Markdown
Contributor

Replace hardcoded blue gradient with CSS custom properties that respect the active brand theme:

  • Use --mieweb-primary-600 to --mieweb-primary-900 for gradient
  • Gradient now changes with BlueHive (cyan), WebChart (orange), etc.
  • Provides consistent brand experience across all themes
order-lookup.mov

Replace hardcoded blue gradient with CSS custom properties that respect
the active brand theme:
- Use --mieweb-primary-600 to --mieweb-primary-900 for gradient
- Gradient now changes with BlueHive (cyan), WebChart (orange), etc.
- Provides consistent brand experience across all themes
Copilot AI review requested due to automatic review settings February 3, 2026 23:31
@garrity-miepub garrity-miepub marked this pull request as ready for review February 3, 2026 23:31
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying ui with  Cloudflare Pages  Cloudflare Pages

Latest commit: e8738e7
Status: ✅  Deploy successful!
Preview URL: https://7dbd4390.ui-6d0.pages.dev
Branch Preview URL: https://feature-order-lookup-updtes.ui-6d0.pages.dev

View logs

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request replaces a hardcoded blue gradient background in the OrderLookupForm component's branding column with theme-aware CSS custom properties that automatically adapt to the active brand theme.

Changes:

  • Converted hardcoded Tailwind gradient classes (bg-gradient-to-br from-blue-600 to-blue-800 dark:from-blue-800 dark:to-blue-950) to an inline style using CSS custom properties
  • The gradient now uses var(--mieweb-primary-600) and var(--mieweb-primary-900) with appropriate fallback values
  • Removed dark mode specific gradient classes as the CSS custom properties handle theme variations

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@garrity-miepub garrity-miepub merged commit fcff336 into main Feb 3, 2026
16 checks passed
@garrity-miepub garrity-miepub deleted the feature/order-lookup-updtes branch February 3, 2026 23:35
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.

2 participants