Skip to content

Commit

Permalink
Dark Mode; Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Oct 31, 2023
1 parent b678659 commit 732e6f9
Show file tree
Hide file tree
Showing 17 changed files with 733 additions and 749 deletions.
2 changes: 1 addition & 1 deletion app/src/components/Checkout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function Checkout() {
<div className="relative h-full">
<div
className={classNames(
"grid content-center h-full rounded-xl p-8 pb-16 bg-gradient-to-br from-neutral-50 to-neutral-300/50 shadow-inner",
"grid content-center h-full rounded-xl p-8 pb-16 bg-gradient-to-br from-neutral-50 to-neutral-300/50 shadow-inner dark:to-blue-900/50 dark:from-blue-900/0",
{
"opacity-60 pointer-events-none cursor-loading":
createCheckoutSession.isLoading,
Expand Down
2 changes: 1 addition & 1 deletion app/src/locales/de/messages.js

Large diffs are not rendered by default.

Loading

0 comments on commit 732e6f9

Please sign in to comment.