Skip to content

shadows in dark mode #2242

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

Merged
merged 2 commits into from
Sep 8, 2022
Merged

shadows in dark mode #2242

merged 2 commits into from
Sep 8, 2022

Conversation

adids1221
Copy link
Contributor

Description

Shadows in dark mode

Changelog

Shadows in dark mode

Copy link
Contributor

@lidord-wix lidord-wix left a comment

Choose a reason for hiding this comment

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

Looks good, I left one small comment

shadowOpacity: 0.2,
shadowRadius: 12,
shadowOffset: {height: 5, width: 0},
elevation: 4
elevation: isDark ? 0 : 4
}
},
/* Old Presets */
Copy link
Contributor

Choose a reason for hiding this comment

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

From here, all the presets are old and we want to deprecate them soon.. so there's no need to update them.

@lidord-wix lidord-wix merged commit 373c2c1 into master Sep 8, 2022
@adids1221 adids1221 deleted the fix/Shadows_darkMode branch October 3, 2022 08:33
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