Skip to content

Conversation

@dylantarre
Copy link

Summary

  • Replace bg-[#09090b] with bg-background in checkout pages (2 instances)

Why

The hardcoded hex #09090b is identical to your --background CSS variable in dark mode:

  • #09090b = HSL(240, 10%, 3.9%)
  • --background (dark) = 240 10% 3.9%

This change has zero visual impact while improving maintainability.

Files Changed

  • src/app/(checkout)/checkout/[storeId]/loading.tsx
  • src/app/(checkout)/checkout/[storeId]/page.tsx

Test plan

  • Verified colors are mathematically identical
  • No visual change expected

Found with Buoy — design system drift detection

Replace bg-[#09090b] with bg-background in checkout pages.
The hardcoded color is identical to the --background CSS variable
(both are HSL 240 10% 3.9%), so this change has zero visual impact
while improving maintainability.

Found with Buoy — design system drift detection
@vercel
Copy link

vercel bot commented Jan 5, 2026

@dylantarre is attempting to deploy a commit to the sadmann7 Team on Vercel.

A member of the Team first needs to authorize it.

@dylantarre dylantarre closed this by deleting the head repository Jan 5, 2026
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