Skip to content

Commit

Permalink
fix(site): light mode fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed May 30, 2024
1 parent 1f588e5 commit 5e2dece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/lib/components/header/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { routes } from "$lib/components/navigation/index.ts"
<img
src="/images/logo/union-logo-wide-transparent.svg"
alt="Union Logo"
class="size-full max-w-26 select-none light:invert"
class="size-full max-w-26 select-none invert dark:invert-0"
/>
</Button>
<div class="flex-1 p-0 m-0 w-full">
Expand Down
2 changes: 1 addition & 1 deletion app/src/routes/transfer/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ let buttonText = "Transfer" satisfies
class="overflow-scroll flex justify-center size-full items-start px-0 sm:px-3 max-h-full sm:py-8"
>
<Card.Root class={cn("max-w-[475px] w-full")}>
<Card.Header class="flex flex-row w-full items-center h-10 gap-x-3 mb-3">
<Card.Header class="flex flex-row w-full items-center gap-x-2">
<Card.Title tag="h1" class="flex-1 font-bold text-2xl">Transfer</Card.Title>
<Button
size="icon"
Expand Down

0 comments on commit 5e2dece

Please sign in to comment.