-
Notifications
You must be signed in to change notification settings - Fork 275
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
Red colored text looks orange #1097
Comments
I have opened a PR about this fix. I couldn't really build anything cause I have recently moved and my internet is not really stable and can't really see the change of color, if you can build it or test it let me know. |
I have tried myself to build Anytype but always failed... Probably because I am on an Apple Silicon Mac. |
I don't think so, I get like an early EOF error when I try to clone the repo, but I really think it's because I have very slow internet speeds and also unstable. You should be good, Apple devices are really good, if you have stable internet connection then it might be some other issue. |
Well the problem isn't the machine itself but dependencies not being compatible with ARM (If I remember when I was running "npm run update:locale" / "npm run dist" it would fail instantly because it wouldn't be able to find a version for ARM. You can see #83 |
Interesting, did you manage to build anytype-heart?. I was also having issues with dependecies whenever I tried to run |
I guess, I don't really know stuff about ARM, as I am building this on Windows, for me is really just an internet issue. Probably changing some dependencies around could fix it, but really idk. |
This is the log that I get when trying to run update.sh
I could probably build it from scratch but I really don't have much time to waste over this. Edit: What is this... Line 14 in 2090595
Why the README says "macos-latest" and then it's macos-13... |
@SeiRann I just built it and executed it with your change but the color seems to still be orange sadly |
I will try to make more changes. But because of my shitty internet I can't build it, and test it properly. |
I just told you the changes you should do in the PR |
Have you read a contributing guide?
Current Behavior
As you can see here:
The text looks orange instead of red, I think the hex color is corresponding to #F55422.
Expected Behavior
I'd expect the color to be actually red.
Steps To Reproduce
Just write some text and then change it's color to red
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: