Skip to content

Conversation

@danmatthews
Copy link
Contributor

Just a few basic dark mode improvements including a white logo and base text colours.

CleanShot 2023-07-22 at 23 21 00@2x

CleanShot 2023-07-22 at 23 21 09@2x

"license": "MIT",
"require": {
"php": "^8.1",
"filament/filament": "^3.0",
Copy link
Owner

Choose a reason for hiding this comment

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

Do we need this dependency?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nope this was a mistake, was playing with that in a different dir and must have ran it here too 🤦🏻

Comment on lines -19 to +20
<img src="/cronikl.svg" class="w-64 mb-8 pointer-events-none select-none" />
<img src="/cronikl.svg" class="w-64 mb-8 pointer-events-none select-none block dark:hidden" />
<img src="/cronikl-white.svg" class="w-64 mb-8 pointer-events-none select-none hidden dark:block" />
Copy link
Owner

Choose a reason for hiding this comment

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

This will do for now, but...

If the one SVG could be coloured with the fill: classes, that would even nicer than having to swap 2 separate image files' visibility

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yepyepyep agreed, will sort that at some point.

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.

2 participants