Skip to content

Commit

Permalink
Dark mode fixes (#11182)
Browse files Browse the repository at this point in the history
* add transparent home illustration

* add transparent home icons

closes #11175

* fix onboarding bar bg on dark mode

closes #11174
  • Loading branch information
a-hariti committed Aug 30, 2024
1 parent 2127e30 commit 411246a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/onboarding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export function OnboardingOptionButtons({
}, [options, touchedOptions]);

return (
<div className="flex flex-wrap gap-3 py-2 bg-[var(--white-a3)] sticky top-[80px] z-[4] shadow-[var(--shadow-6)] transition">
<div className="flex flex-wrap gap-3 py-2 bg-[var(--white)] dark:bg-[var(--gray-1)] sticky top-[80px] z-[4] shadow-[var(--shadow-6)] transition">
{options.map(option => (
<Button
variant="surface"
Expand Down
Binary file modified src/imgs/chat-bubble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/imgs/home_illustration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/imgs/rocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/imgs/support.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 411246a

Please sign in to comment.