Skip to content
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

General cleanup on stylesheet #308

Merged
merged 5 commits into from
Aug 27, 2020
Merged

General cleanup on stylesheet #308

merged 5 commits into from
Aug 27, 2020

Conversation

tgolen
Copy link
Contributor

@tgolen tgolen commented Aug 27, 2020

@shawnborton these were just a few things I noticed where it would be better to use variables.

Tests

  1. Just load up the app and make sure there are no regressions on font colors or styles

You know... it would be really easy at this point to use two different color objects depending on the time of day (hint: day mode and night mode)

@tgolen tgolen self-assigned this Aug 27, 2020
@@ -523,7 +527,7 @@ const styles = {
bottom: 0,
zIndex: 2,
width: 300,
shadowColor: '#000000',
shadowColor: colors.shadow,
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is okay for now, but I wonder if we might just want this to be colors.black or something, and then at some point we might have a standard shadow which we could extend that would have the correct color/offset/opacity/radius values.

@tgolen
Copy link
Contributor Author

tgolen commented Aug 27, 2020

Updated to rename to black 👍

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