-
Notifications
You must be signed in to change notification settings - Fork 883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Light Mode Support #67
base: main
Are you sure you want to change the base?
Conversation
Awesome work! As someone with astigmatism, I really appreciate this! ❤️ We'll be reviewing this as soon as we can. 🫡 |
@@ -7,7 +7,8 @@ export function Next() { | |||
<div className="flex flex-col"> | |||
<span className="text-lg font-medium">StableStudio</span> | |||
<span className="-mt-1 text-xs font-light"> | |||
<span className="text-white/75">by </span>stability.ai | |||
<span className="text-black/75 dark:text-white/75">by </span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smaller note: indentation fix required so span tags are aligned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed, thanks.
@cruhl I know your must be busy - any idea when this can be reviewed? Thanks! |
Our first version of the light mode with manual light/dark mode toggle. #23