Skip to content

Commit

Permalink
Update dark placeholder assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamil committed Jul 19, 2024
1 parent 835512b commit 07ee17b
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1 deletion.
Binary file modified src/assets/images/error-0.dark.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/assets/images/error-1.dark.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/assets/images/error-2.dark.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/assets/images/error-3.dark.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/assets/images/error-4.dark.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/assets/images/error-5.dark.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/assets/images/no-selection.dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/TheLinkColumnBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<img
:src="currentErrorAsset"
class="size-32"
:class="[view.darkColorSchemeIsActive && view.availableColumns === 1 ? 'opacity-80' : '']"
/>
<div
class="max-w-[28rem] text-balance px-8 text-center leading-paragraph-narrow text-secondary-color"
Expand Down
2 changes: 1 addition & 1 deletion src/components/TheNoSelectionColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:src="view.darkColorSchemeIsActive ? placeholderDarkAsset : placeholderAsset"
/>
<span
class="font-serif-heading text-[1.5rem] font-bold text-secondary-color/55 dark:text-[#000]/40"
class="font-serif-heading text-[1.5rem] font-bold text-secondary-color/55 dark:text-secondary-color/65"
>
No story selected
</span>
Expand Down

1 comment on commit 07ee17b

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for hackernews-dot-cool ready!

✅ Preview
https://hackernews-dot-cool-gx0pehr01-jonamil-56ba8df7.vercel.app

Built with commit 07ee17b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.